You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user_params method was added to Clearance::UsersController which provides
a convenient place to override the parameters used when creating users.
Controllers now inherit from Clearance::BaseController to allow for easily
adding behavior to all of them.
Changed
The sign out link in the default application layout has been replaced with a
semantically correct sign out button. This also removes an unnecessary
JavaScript dependency.
Fixed
Clearance now uses original_fullpath when redirecting to a saved URL after
login. This should improve the behavior in mounted engines.