Sutto / rocket_pants

API building tools on top of ActionController. Also, an awesome name.
MIT License
981 stars 130 forks source link

Adding usage of strong parameters when running rails 4 #70

Closed joergschiller closed 11 years ago

joergschiller commented 11 years ago

I've added support for strong parameters in a way that they will be included if they are present (defined?). I think there is no need for a configuration option to enable them because updating your application to rails 4 requires to take care of that change nevertheless.

Please let me know if I can provide you with something to allowing you to merge that pull request.

Thanks Jörg

Sutto commented 11 years ago

Awesome - thanks!

Sutto commented 11 years ago

And this is in the new release, 1.8.0 - Thanks again :)