class ActiveSupport::InheritableOptions

def inheritable_copy

def inheritable_copy
  self.class.new(self)
end