Module: MintyScopes

Defined in:
lib/minty_scopes.rb,
lib/minty_scopes/order.rb,
lib/minty_scopes/except.rb,
lib/minty_scopes/timestamps.rb,
lib/minty_scopes/associations.rb

Defined Under Namespace

Modules: Associations, Except, Order, Timestamps

Class Method Summary collapse

Class Method Details

.extended(within) ⇒ Object



7
8
9
10
11
12
# File 'lib/minty_scopes.rb', line 7

def self.extended(within)
  within.extend MintyScopes::Associations
  within.extend MintyScopes::Except
  within.extend MintyScopes::Order
  within.extend MintyScopes::Timestamps
end