search for: a11843935

Displaying 1 result from an estimated 1 matches for "a11843935".

Did you mean: a11443955
2007 Jul 28
1
defining own exceptions in rails
Hi, I would like to define my own exceptions in rails. I would like these definitions to be available throughout my application. What''s an elegant/good way to do this? The only way I can think of doing this is by putting all of my exception definitions in config/environment.rb,. Is there a better/standard way of doing this? Thanks! --Andrei