unconfusing the initializer description
Oleg
committed Sep 14, 2011
commit d5150f130433a957d40619d8525c7045e55d697f
Showing 1
changed file with
3 additions
and 4 deletions
config/initializers/comfortable_mexican_sofa.rb
+3
-4
| @@ | @@ -54,10 +54,9 @@ ComfortableMexicanSofa.configure do |config| |
| # force it to English by setting this to `:en` | |
| # config.admin_locale = nil | |
| - | # Database prefix. If you want to keep your comfortable mexican sofa tables |
| - | # in a location other than the default databases add a database_config. |
| - | # Using a prefix of `cms_` will look for a cms_#{Rails.env} definition |
| - | # in your database.yml file |
| + | # If you want to keep your CMS tables in a location other than the default database |
| + | # add a database_config. For example, setting it to 'cms' will look for a cms_#{Rails.env} |
| + | # definition in your database.yml file |
| # config.database_config = nil | |
| end | |