Class: FastTrack::BetterExceptions

Inherits:
Object
  • Object
show all
Defined in:
lib/tracks/better_exceptions.rb

Instance Method Summary collapse

Instance Method Details

#invokeObject



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