aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/automobile.rb
Commit message (Collapse)AuthorAgeFilesLines
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-2/+2
| | | | | I also attempted to fix other styleguide violations such as { a: :b } over {a: :b} and foo(b: 'bar') over foo( b: 'bar' ).
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-0/+12