NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

Custom Attributes #216

Closed sandstrom closed 8 years ago

sandstrom commented 8 years ago

ActiveRecord recently landed a neat feature allowing custom attributes (backed by custom classes) with transparent conversion to/from db values.

Something similar would be very useful in NoBrainer too.

jeroenvisser101 commented 8 years ago

NoBrainer offers Custom Types. I think that might be what you're looking for.

sandstrom commented 8 years ago

@jeroenvisser101 Thanks! I'm apparently blind.

jeroenvisser101 commented 8 years ago

@sandstrom you're welcome, glad I could help :)