Method: TableSaw::Manifest#has_many
- Defined in:
- lib/table_saw/manifest.rb
#has_many ⇒ Object
89 90 91 92 93 |
# File 'lib/table_saw/manifest.rb', line 89 def has_many @has_many ||= config.fetch('has_many', {}).transform_values do |value| HasManyEntry.build(value) end end |