class ActiveSupport::CurrentAttributes

def generated_attribute_methods

def generated_attribute_methods
  @generated_attribute_methods ||= Module.new.tap { |mod| include mod }
end