1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00
heartcombo--devise/lib
Drew Ulmer 78f137368c Add support for Rails 4 strong_parameters
This brings support for Rails 4 StrongParameters changes.

- Parameter sanitizing is setup for Devise controllers via
  resource_params except Omniauth Callbacks which doesn't use
  resource_params.

- Change #build_resource to not call resource_params for get requests.
  Parameter sanitizing is only needed when params are posted to the
  server so there's no need to try to construct resource params on get
  requests (new, edit).
2013-03-31 21:31:48 -05:00
..
devise Add support for Rails 4 strong_parameters 2013-03-31 21:31:48 -05:00
generators Remove protected_attributes gem and all whitelisting 2013-03-31 15:21:49 -05:00
devise.rb Add support for Rails 4 strong_parameters 2013-03-31 21:31:48 -05:00