Skip to content

Instantly share code, notes, and snippets.

@daydream05
Created January 12, 2018 05:00
Show Gist options
  • Save daydream05/8e116dc1f4d6f6479c4e555336c5b1d4 to your computer and use it in GitHub Desktop.
Save daydream05/8e116dc1f4d6f6479c4e555336c5b1d4 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
# Include default devise modules.
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable,
:confirmable, :omniauthable
include DeviseTokenAuth::Concerns::User
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment