foodsoft/config/initializers/gaffe.rb
2015-09-05 15:04:56 +02:00

6 lines
153 B
Ruby

if Rails.env.production? || Rails.env.staging?
Gaffe.configure do |config|
config.errors_controller = 'ErrorsController'
end
Gaffe.enable!
end