Skip to content

Commit f658b35

Browse files
committed
Merge pull request activeadmin#792 from ivanoats/master
fixed trailing whitespace on a line
2 parents 1750b11 + f477b82 commit f658b35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/generators/active_admin/install/templates/active_admin.rb.erb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)