Merge pull request #537 from differentreality/username_deleted_user_seeds
add username to deleted_user in seeds
This commit is contained in:
commit
4f3684db76
2 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ class User < ActiveRecord::Base
|
|||
|
||||
attr_accessible :email, :password, :password_confirmation, :remember_me, :role_id, :role_ids,
|
||||
:name, :email_public, :biography, :nickname, :affiliation, :is_admin,
|
||||
:tshirt, :mobile, :volunteer_experience, :languages, :username, :login
|
||||
:tshirt, :mobile, :volunteer_experience, :languages, :username, :login, :is_disabled
|
||||
|
||||
attr_accessor :login
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue