Mercurial > rsstweet
comparison config/application.rb @ 12:498ec84a7790
No need to add cookie handler.
author | edogawaconan <me@myconan.net> |
---|---|
date | Fri, 05 Sep 2014 18:50:34 +0900 |
parents | dac0d7297388 |
children | 157f7fd136fc |
comparison
equal
deleted
inserted
replaced
11:082e96417e86 | 12:498ec84a7790 |
---|---|
24 # config.time_zone = 'Central Time (US & Canada)' | 24 # config.time_zone = 'Central Time (US & Canada)' |
25 | 25 |
26 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. | 26 # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. |
27 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] | 27 # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] |
28 # config.i18n.default_locale = :de | 28 # config.i18n.default_locale = :de |
29 config.middleware.delete "ActionDispatch::Cookies" | |
29 end | 30 end |
30 end | 31 end |