1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activeresource/lib
2006-12-22 21:42:52 +00:00
..
active_resource Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. 2006-12-22 21:42:52 +00:00
active_resource.rb Basic validation support [Rick Olson] 2006-09-08 00:07:30 +00:00