Halfway done with adding new user fields

This commit is contained in:
2013-01-10 23:11:41 -07:00
parent cc3857604b
commit d44ae6a69f
2 changed files with 41 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ class User < ActiveRecord::Base
:recoverable, :rememberable, :trackable, :validatable
# Setup accessible (or protected) attributes for your model
attr_accessible :email, :password, :password_confirmation, :remember_me, :name, :admin, :active
attr_accessible :email, :password, :password_confirmation, :remember_me, :name, :admin, :active, :emergency_name, :emergency_phone, :current_skills, :desired_skills, :waiver, :emergency_email, :phone, :payment_method, :orientation, :member_level
has_many :cards
end