Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created July 30, 2018 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackrio1/72af1a22780c12418040915d035917b8 to your computer and use it in GitHub Desktop.
Save hackrio1/72af1a22780c12418040915d035917b8 to your computer and use it in GitHub Desktop.
class User < ApplicationRecord
# Include default devise modules. Other Avaialavbles are:
# :confirmable, :lockable, :timeoutable, and :omniauthable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment