diff options
| author | Marc Florisson | 2013-05-16 15:45:23 +0200 |
|---|---|---|
| committer | Marc Florisson | 2013-05-16 15:45:23 +0200 |
| commit | 74fa1a9551e1bd6eedabf88a40e5ebc6bed21645 (patch) | |
| tree | 9480fac78ce2650c3f256e25e694e18c941c9091 /config/application.rb | |
| parent | 629ebdfafc4ac8fa0bc65a1dd93b1e21b985d162 (diff) | |
| parent | ecec5d5a081c567444d6fc843d06ba02912958db (diff) | |
| download | chouette-core-74fa1a9551e1bd6eedabf88a40e5ebc6bed21645.tar.bz2 | |
merge
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. |
