Skip to content

Instantly share code, notes, and snippets.

@HopperMCS
Created September 14, 2020 09:08
Show Gist options
  • Save HopperMCS/bd12d6dd6d4bcd4f93a4ddd2961a233f to your computer and use it in GitHub Desktop.
Save HopperMCS/bd12d6dd6d4bcd4f93a4ddd2961a233f to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
has_secure_password
has_many :books
has_many :book_reports
validates :username, presence: true, uniqueness: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment