Removing nickname from user

This commit is contained in:
Jason Denney
2013-06-13 20:59:01 -04:00
parent 03abb963ac
commit ff60fdd67f
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class User < ActiveRecord::Base
# Setup accessible (or protected) attributes for your model
attr_accessible :email, :password, :password_confirmation, :remember_me,
:first_name, :last_name, :nickname, :bike_id,
:first_name, :last_name, :bike_id,
:user_profiles_attributes, :username
has_many :transactions