Skip to content

Commit 5fac5fd

Browse files
authored
Merge pull request #1714 from alagos/master
Removing references to `hashie-forbidden_attributes` from readme
2 parents b121d15 + 1b8fd8e commit 5fac5fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,6 @@ Modify `config/routes`:
322322
mount Twitter::API => '/'
323323
```
324324

325-
Additionally, if the version of your Rails is 4.0+ and the application uses the default model layer of ActiveRecord, you will want to use the [hashie-forbidden_attributes gem](https://github.com/Maxim-Filimonov/hashie-forbidden_attributes). This gem disables the security feature of `strong_params` at the model layer, allowing you the use of Grape's own params validation instead.
326-
327-
```ruby
328-
# Gemfile
329-
gem 'hashie-forbidden_attributes'
330-
```
331-
332325
See [below](#reloading-api-changes-in-development) for additional code that enables reloading of API changes in development.
333326

334327
### Modules

0 commit comments

Comments
 (0)