Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Apr 18, 2010
1 parent 3d85412 commit 550a1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -207,7 +207,7 @@ To add methods or properties to the User class, you have to access the underlyin
property :has_dog, Boolean, :default => false property :has_dog, Boolean, :default => false
end end


And then to access/update your newly defined attributes you the User class: And then to access/update your newly defined attributes you use the User class:


current_user.name current_user.name
current_user.has_dog current_user.has_dog
Expand Down

0 comments on commit 550a1a6

Please sign in to comment.