module ActiveSupport::Dependencies::ModuleConstMissing
def self.exclude_from(base)
def self.exclude_from(base) base.class_eval do define_method :const_missing, @_const_missing @_const_missing = nil end end
def self.exclude_from(base) base.class_eval do define_method :const_missing, @_const_missing @_const_missing = nil end end