Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 28, 2019 12:00
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 MaryKuz/06c00bf3a2fbc03a7adbb1932e17f1f5 to your computer and use it in GitHub Desktop.
Save MaryKuz/06c00bf3a2fbc03a7adbb1932e17f1f5 to your computer and use it in GitHub Desktop.
Add code to model AuthToken
class AuthToken < ActiveRecord::Base
belongs_to :user
validates :value, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment