wording
Oleg
committed May 12, 2011
commit 4e14ee8c72af31376dfc87b09dc561607b866358
Showing 1
changed file with
2 additions
and 2 deletions
config/initializers/comfortable_mexican_sofa.rb
+2
-2
| @@ | @@ -7,8 +7,8 @@ ComfortableMexicanSofa.configure do |config| |
| config.authentication = 'ComfortableMexicanSofa::HttpAuth' | |
| # Default url to access admin area is http://yourhost/cms-admin/ | |
| - | # You can change 'cms-admin' to 'admin', for example. |
| - | # Set to 'nil' to disable admin entirely |
| + | # You can change 'cms-admin' to 'admin', for example. To disable admin area |
| + | # entirely set this to '' or nil |
| # config.admin_route_prefix = 'cms-admin' | |
| # By default Cms content is served directly from the root. Change this setting | |