add bypass_email_login_token to instructeur

This commit is contained in:
simon lehericey 2021-04-09 15:14:46 +02:00
parent 2fc0ceb884
commit cd6cb99c3c
3 changed files with 14 additions and 6 deletions

View file

@ -2,11 +2,12 @@
#
# Table name: instructeurs
#
# id :integer not null, primary key
# encrypted_login_token :text
# login_token_created_at :datetime
# created_at :datetime
# updated_at :datetime
# id :integer not null, primary key
# bypass_email_login_token :boolean default(FALSE), not null
# encrypted_login_token :text
# login_token_created_at :datetime
# created_at :datetime
# updated_at :datetime
#
class Instructeur < ApplicationRecord
has_and_belongs_to_many :administrateurs