Merge pull request #154 from zach-chai/exceptions

enable routes as exceptions app
This commit is contained in:
Zachary Chai 2017-03-21 18:23:21 -04:00 committed by GitHub
commit 6e5fdb8d14
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ module Greenlight
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
config.exceptions_app = self.routes
# i18n
# ensure each language has a regional fallback
config.i18n.available_locales = %w(en en-US)