module ActiveRecord::Scoping::Named::ClassMethods

def scope_attributes # :nodoc:

:nodoc:
an AR instance for the particular class this is called on.
Collects attributes from scopes that should be applied when creating
def scope_attributes # :nodoc:
  all.scope_for_create
end