Skip to content

Commit

Permalink
Make Homeschool Instructor a valid user role (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanHouston authored and RoyEJohnson committed Jul 11, 2019
1 parent a70a887 commit 3e6179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class User < ActiveRecord::Base
has_many :security_logs

enum faculty_status: [:no_faculty_info, :pending_faculty, :confirmed_faculty, :rejected_faculty]
enum role: [:unknown_role, :student, :instructor, :administrator, :librarian, :designer, :other, :adjunct]
enum role: [:unknown_role, :student, :instructor, :administrator, :librarian, :designer, :other, :adjunct, :homeschool]
enum school_type: [:unknown_school_type, :other_school_type, :college]

DEFAULT_FACULTY_STATUS = :no_faculty_info
Expand Down

0 comments on commit 3e6179f

Please sign in to comment.