Method: ActiveDelegate::Attribute::Object#write_type
- Defined in:
- lib/active_delegate/attribute/object.rb
#write_type ⇒ Object
54 55 56 |
# File 'lib/active_delegate/attribute/object.rb', line 54 def write_type association_class.type_for_attribute(unprefixed.to_s) end |