class Rails::DeprecatedConstant

def self.deprecate(old, new)

def self.deprecate(old, new)
  constant = self.new(old, new)
  eval "::#{old} = constant"
end