Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jun 8, 2012
1 parent 45d6536 commit 9709ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class User
end

user = User.new(:name => 'Piotr', :age => 28)
user.attribute_set # => { :name => "Piotr", :age => 28 }
user.attributes # => { :name => "Piotr", :age => 28 }

user.name # => "Piotr"

Expand Down

0 comments on commit 9709ddc

Please sign in to comment.