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
For the devise and warden Gem dependencies, using the Class name Account to model users within the app. seems to be a bit counterintuitive, and works against the patterns of mature, well-maintained Rails community Gems.
The text was updated successfully, but these errors were encountered:
For the
devise
andwarden
Gem dependencies, using the Class nameAccount
to model users within the app. seems to be a bit counterintuitive, and works against the patterns of mature, well-maintained Rails community Gems.The text was updated successfully, but these errors were encountered: