Method: ActiveZuora::Scoping::ClassMethods#unscoped

Defined in:
lib/active_zuora/scoping.rb

#unscopedObject



26
27
28
# File 'lib/active_zuora/scoping.rb', line 26

def unscoped
  block_given? ? relation.scoped { yield } : relation
end