Mercurial > rsstweet
comparison config/environments/development.rb @ 205:8190fa511e35
Fix some code style
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 19 Oct 2020 04:09:12 +0900 |
parents | f67f3ad50270 |
children | 2335107f35d0 |
comparison
equal
deleted
inserted
replaced
204:70e90ea4b870 | 205:8190fa511e35 |
---|---|
29 end | 29 end |
30 | 30 |
31 # Print deprecation notices to the Rails logger. | 31 # Print deprecation notices to the Rails logger. |
32 config.active_support.deprecation = :log | 32 config.active_support.deprecation = :log |
33 | 33 |
34 | |
35 # Raises error for missing translations. | 34 # Raises error for missing translations. |
36 # config.action_view.raise_on_missing_translations = true | 35 # config.action_view.raise_on_missing_translations = true |
37 | 36 |
38 # Use an evented file watcher to asynchronously detect changes in source code, | 37 # Use an evented file watcher to asynchronously detect changes in source code, |
39 # routes, locales, etc. This feature depends on the listen gem. | 38 # routes, locales, etc. This feature depends on the listen gem. |