Method: NotionRubyMapping::MermaidDatabase#append_relation_queue
- Defined in:
- lib/notion_ruby_mapping/controllers/mermaid_database.rb
#append_relation_queue(other, relation) ⇒ Object
27 28 29 |
# File 'lib/notion_ruby_mapping/controllers/mermaid_database.rb', line 27 def append_relation_queue(other, relation) @relation_queue << [relation, other] end |