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
Patrick Robertson eebb9ddf9b Convert ActiveModel to 1.9 hash syntax.
I also attempted to fix other styleguide violations such as
{ a: :b } over {a: :b} and foo(b: 'bar') over foo( b: 'bar' ).
2013-05-01 18:01:46 -07:00
..
account.rb
administrator.rb
automobile.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
blog_post.rb
contact.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
custom_reader.rb
helicopter.rb test for ActiveModel::Conversion#to_partial_path and namespaced models 2013-01-14 21:17:22 +01:00
oauthed_user.rb
person.rb
person_with_validator.rb
project.rb attr_accessible and attr_protected raise an exception pointing to use plugin or new protection model 2012-09-16 23:58:21 -05:00
reply.rb Convert ActiveModel to 1.9 hash syntax. 2013-05-01 18:01:46 -07:00
sheep.rb
topic.rb
track_back.rb
user.rb
visitor.rb