module ActiveFedora::Scoping
def initialize_internals_callback # :nodoc:
def initialize_internals_callback # :nodoc: super populate_with_current_scope_attributes end
def populate_with_current_scope_attributes # :nodoc:
def populate_with_current_scope_attributes # :nodoc: return unless self.class.scope_attributes? self.class.scope_attributes.each do |att, value| send("#{att}=", value) if respond_to?("#{att}=") end end