mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
If you need access to the current resource when overring the action use the scope helper (like `current_user`) before calling `super`. Closes #2926.