Method: Mochigome::ModelGraph#relation_init
- Defined in:
- lib/model_graph.rb
#relation_init(model) ⇒ Object
56 57 58 59 |
# File 'lib/model_graph.rb', line 56 def relation_init(model) update_assoc_graph([model]) model.arel_table.project # Project to convert Arel::Table to Arel::Rel end |