Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki24 committed Sep 28, 2018
1 parent e65b617 commit 2bae70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ rails g rambulance:exceptions_app

It'll generate your own custom exceptions app. You can use whatever techniques you use in controllers like `before_filter` and `flash[:notice] = "message..."` since it's a grandchild of `ActionController::Base`!

**Keep in mind that you shouldn't do too many things because something already went wrong with your application!**
**Note that customizing the exceptions app is strongly discouraged as there would be no guard against bugs that occur in the exceptions app.**

## Testing

Expand Down

0 comments on commit 2bae70b

Please sign in to comment.