Method: Datamappify::Data::Mapper#custom_attributes
- Defined in:
- lib/datamappify/data/mapper.rb
#custom_attributes ⇒ Array<Attribute> (private)
93 94 95 96 97 |
# File 'lib/datamappify/data/mapper.rb', line 93 def custom_attributes @custom_attributes ||= custom_mapping.collect do |attribute, | map_custom_attribute(attribute, ) end end |