Module: Listable::Querying

Defined in:
lib/listable/querying.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



25
26
27
# File 'lib/listable/querying.rb', line 25

def self.included(receiver)
  receiver.extend ClassMethods
end