Method: Sequel::Model::Associations::EagerGraphLoader#row_procs
- Defined in:
- lib/sequel/model/associations.rb
#row_procs ⇒ Object (readonly)
Hash with table alias symbol keys and callable values used to create model instances
3034 3035 3036 |
# File 'lib/sequel/model/associations.rb', line 3034 def row_procs @row_procs end |