Releases: magoosh/motion_record
Releases · magoosh/motion_record
Version 0.0.3
- New persistence method names #12
- Use
create
, save
and destroy
instead of create!
, save!
and delete!
create
and save
now properly manage primary key attribute values
- Added DateSerializer #10
- Automatically handle
updated_at
and created_at
columns #11
- Added
t.timestamps
helper to schema DSL #11
Version 0.0.2
Initial release with a configuration bugfix