liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

Enforce validations #26

Closed liveh2o closed 9 years ago

liveh2o commented 9 years ago

Currently, ARem supports the validation DSL methods provided by Active Model, but doesn't actually call valid? before saving a record. :-1:

liveh2o commented 9 years ago

Fixed by #29.