diff options
| author | Michel Etienne | 2013-04-12 16:27:44 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2013-04-12 16:27:44 +0200 | 
| commit | f6bd8ac8c79e2a213a6e0cc7495a5037514f7801 (patch) | |
| tree | 877d16ad2b30ae3017f0ac58dc4c2ea14b51c861 /config/application.rb | |
| parent | ee2940720904785e86c342ec95fa16780d5d6455 (diff) | |
| download | chouette-core-f6bd8ac8c79e2a213a6e0cc7495a5037514f7801.tar.bz2 | |
manage error screens in chouette screens
Diffstat (limited to 'config/application.rb')
| -rw-r--r-- | config/application.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/config/application.rb b/config/application.rb index 837542855..2d411fb2c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -29,6 +29,9 @@ module ChouetteIhm      # Activate observers that should always be running.      # config.active_record.observers = :cacher, :garbage_collector, :forum_observer +     +    # custom exception pages +    config.exceptions_app = self.routes      # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.      # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. | 
