Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove local var
devise_mapping
; use the overridden `#devise_mappin…
…g` instead. Instead of re-inventing `devise_mapping`, just use the overridden method that is inherited from `DeviseController` in the `Devise` gem. The override takes the `omniauth_params` into account, if there are any.
- Loading branch information