Skip to content

Instantly share code, notes, and snippets.

@adelowo

adelowo/user.rb Secret

Created April 22, 2020 08:44
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 adelowo/5510197530551c7a0dbe432832066644 to your computer and use it in GitHub Desktop.
Save adelowo/5510197530551c7a0dbe432832066644 to your computer and use it in GitHub Desktop.
class User < ApplicationRecord
has_secure_password
validates :moniker, presence: true, uniqueness: true
validates :password_digest, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment