ActiveModel: Make Any Ruby Object Feel Like ActiveRecord(yehudakatz.com)
yehudakatz.com
ActiveModel: Make Any Ruby Object Feel Like ActiveRecord
http://yehudakatz.com/2010/01/10/activemodel-make-any-ruby-object-feel-like-activerecord/
2 comments
[deleted]
I was writing a small sinatra app recently, and really wanted some active record functionality (serialization and validation), this would make this process trivial from now on.