Skip to content

Instantly share code, notes, and snippets.

@BitOfUniverse
Created May 23, 2016 07:38
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 BitOfUniverse/c72232677705b54e94ce850843eb4baa to your computer and use it in GitHub Desktop.
Save BitOfUniverse/c72232677705b54e94ce850843eb4baa to your computer and use it in GitHub Desktop.
class User < ApplicationRecord
# Include default devise modules. Others available are:
# :confirmable, :lockable, :timeoutable and :omniauthable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable
has_one :stream
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment