couchbase / couchbase-ruby-model

The Active Model implementation for Couchbase Server built on couchbase-ruby-client
61 stars 23 forks source link

Support attribute data types #20

Open alexanderedge opened 11 years ago

alexanderedge commented 11 years ago

Gems like simple form use data types to automatically construct forms for models. E.g., boolean (TrueClass in couchrest-model) results in a checkbox.