adjusted user model to not prevent sign ups
This commit is contained in:
parent
7412b0a1b1
commit
d3500b0ce9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ has_many :mappings
|
|||
|
||||
devise :database_authenticatable, :recoverable, :rememberable, :trackable, :registerable
|
||||
|
||||
attr_accessible :name, :email, :password, :password_confirmation, :remember_me
|
||||
attr_accessible :name, :email, :password, :password_confirmation, :code, :joinedwithcode, :remember_me
|
||||
|
||||
serialize :settings, UserPreference
|
||||
|
||||
|
|
Loading…
Reference in a new issue