Skip to content

Commit

Permalink
Merge pull request #29 from zaiste/master
Browse files Browse the repository at this point in the history
Fixed typo in README
  • Loading branch information
nofxx committed Apr 11, 2012
2 parents 5b12c36 + 2c5f222 commit 00d227f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -171,7 +171,7 @@ in new objects automatically. Mongoid only for now.

symbolize :mood, :in => [:happy, :sad, :euphoric], :default => (MarvinDay ? :sad : :happy)

User.new.kind # It may print :happy
User.new.mood # It may print :happy


== Rails Form Example
Expand Down

0 comments on commit 00d227f

Please sign in to comment.