attribute_delegator 0.0.2
AttributeDelegator provides a class method to ActiveRecord models that dynamically generates getter/setter to treat the attributes of a has_one model like native attributes. This is particularly useful because it allows the delegated attributes to be assigned via model.attributes= {}, such as by a form submission.
Gemfile:
=
installation:
=
Dépendances de Runtime (2):
activerecord
>= 2.3.8
activesupport
>= 2.3.8
Dépendances de Development (1):
sqlite3
>= 0