spider-gazelle / rethinkdb-orm

RethinkDB ORM for Crystal lang
MIT License
24 stars 0 forks source link

refactor: use active-model 2 #10

Closed caspiano closed 4 years ago

caspiano commented 4 years ago

Update to active-model v2. Assignment from HTTP::Params is type safe, as is assign_attributes. Getters/setters are correctly typed, raising exceptions if the underlying value is nil, however nil validations are run on_save.