Closed sandstrom closed 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.
NoBrainer offers Custom Types. I think that might be what you're looking for.
@jeroenvisser101 Thanks! I'm apparently blind.
@sandstrom you're welcome, glad I could help :)
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.