README.md in tuning-0.2.4 vs README.md in tuning-0.3.0
- old
+ new
@@ -41,11 +41,9 @@
Use unprocessable_entity to respond with status 422 and show 422.html (if format it's html):
```ruby
unprocessable_entity
```
-NOTE: If any exception is raised, error will be called to force debug information in development.
-
## Views
Use content_tag_if if you want wrap content into some tag if certain condition it's true:
```erb
<%= content_tag_if request.path == home_path, :h1 do %>