1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/test/models
2010-09-24 20:41:12 +02:00
..
automobile.rb
blog_post.rb Prepared ActiveModel::Naming to handle cases for namespaced isolated engines 2010-09-03 22:59:15 +02:00
contact.rb Reuse already existing classes for ActiveModel tests. 2010-07-21 13:00:56 +02:00
custom_reader.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
mass_assignment_specific.rb mass_assignment_security moved from AR to AMo, and minor test cleanup 2010-07-08 18:28:45 +02:00
person.rb Properly interpolate i18n keys in modules [#5572 state:resolved] 2010-09-24 20:41:12 +02:00
person_with_validator.rb Better shortcut options for custom validators [#5672 state:resolved] 2010-09-24 12:49:16 +02:00
reply.rb
sheep.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
topic.rb after_validation should be called irrespective of the result of validation. 2010-08-20 11:24:43 -03:00
track_back.rb