Method: Datamappify::Data::Mapper::Attribute#source_key
- Defined in:
- lib/datamappify/data/mapper/attribute.rb
#source_key ⇒ Symbol
77 78 79 |
# File 'lib/datamappify/data/mapper/attribute.rb', line 77 def source_key @source_key ||= source_name.to_sym end |