Skip to content

Commit

Permalink
update User model
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuity committed Feb 23, 2011
1 parent 4324822 commit 86e9bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Expand Up @@ -8,6 +8,6 @@ class User
field :name
validates_presence_of :name
validates_uniqueness_of :name, :email, :case_sensitive => false
attr_accessible :name, :email, :password, :password_confirmation
attr_accessible :name, :email, :password, :password_confirmation, :remember_me
end

0 comments on commit 86e9bf4

Please sign in to comment.