class ActiveRecord::Associations::AssociationScope

def self.scope(association)

:nodoc:
def self.scope(association)
  INSTANCE.scope(association)
end