Module: ROM::Plugins::Relation::SQL::AutoCombine::ClassInterface Private

Defined in:
lib/rom/plugins/relation/sql/auto_combine.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#inherited(klass) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



19
20
21
22
23
# File 'lib/rom/plugins/relation/sql/auto_combine.rb', line 19

def inherited(klass)
  super
  klass.auto_curry :for_combine
  klass.auto_curry :preload
end