Method: ModelExplorer::Associations::Many#export
- Defined in:
- lib/model_explorer/associations/many.rb
#export ⇒ Object
4 5 6 7 8 9 10 11 12 |
# File 'lib/model_explorer/associations/many.rb', line 4 def export { name: name, type: macro, scopes: scopes, count: records.count, records: export_records } end |