module ActiveRecord::Scoping::ClassMethods

def scope_attributes?

Are there attributes associated with this scope?
def scope_attributes?
  current_scope
end