lib/generators/rambulance/templates/exceptions_app.rb in rambulance-0.4.0 vs lib/generators/rambulance/templates/exceptions_app.rb in rambulance-0.5.0
- old
+ new
@@ -3,11 +3,14 @@
end
def forbidden
end
+ def internal_server_error
+ end
+
def not_found
end
- def internal_server_error
+ def unprocessable_entity
end
end