@@ -7,7 +7,7 @@ ActiveAdmin.setup do |config|
77 #
88 config.site_title = "<%= Rails.application.class.name.split("::").first.titlecase %> "
99
10- # Set the link url for the title. For example, to take
10+ # Set the link url for the title. For example, to take
1111 # users to your main site. Defaults to no link.
1212 #
1313 # config.site_title_link = "/"
@@ -22,9 +22,9 @@ ActiveAdmin.setup do |config|
2222 # == Default Namespace
2323 #
2424 # Set the default namespace each administration resource
25- # will be added to.
25+ # will be added to.
2626 #
27- # eg:
27+ # eg:
2828 # config.default_namespace = :hello_world
2929 #
3030 # This will create resources in the HelloWorld module and
@@ -49,8 +49,8 @@ ActiveAdmin.setup do |config|
4949
5050 # == User Authentication
5151 #
52- # Active Admin will automatically call an authentication
53- # method in a before filter of all controller actions to
52+ # Active Admin will automatically call an authentication
53+ # method in a before filter of all controller actions to
5454 # ensure that there is a currently logged in admin user.
5555 #
5656 # This setting changes the method which Active Admin calls
@@ -107,7 +107,7 @@ ActiveAdmin.setup do |config|
107107 # == Controller Filters
108108 #
109109 # You can add before, after and around filters to all of your
110- # Active Admin resources from here.
110+ # Active Admin resources from here.
111111 #
112112 # config.before_filter :do_something_awesome
113113
0 commit comments