Class: FastTrack::BetterExceptions
- Inherits:
-
Object
- Object
- FastTrack::BetterExceptions
- Defined in:
- lib/tracks/better_exceptions.rb
Instance Method Summary collapse
Instance Method Details
#invoke ⇒ Object
14 15 16 17 18 |
# File 'lib/tracks/better_exceptions.rb', line 14 def invoke remove_file "public/404.html" remove_file "public/422.html" remove_file "public/500.html" end |