Skip to content

Commit

Permalink
missing end quote in commented example
Browse files Browse the repository at this point in the history
  • Loading branch information
lusis authored and achiurizo committed Aug 20, 2010
1 parent 5c9aad9 commit ca75583
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ class !NAME! < Mongomatic::Base
# be_present self['age'], "Age cannot be blank"
# be_present self['password'], "Password cannot be blank"
# be_a_number self['age'], "Age must be a number"
# be_of_length self['password'], "Password must be at least 8 characters, :minimum => 8
# be_of_length self['password'], "Password must be at least 8 characters", :minimum => 8
# end
# end
Expand Down

0 comments on commit ca75583

Please sign in to comment.