enable routes as exceptions app

This commit is contained in:
Zachary Chai 2017-03-21 18:18:16 -04:00
parent 8cf75b6051
commit 3dd2a5e5ea
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)