mirror of https://github.com/rails/rails
Delete AS::Dependencies.uninitialized_constant
This commit is contained in:
parent
bc2cd69c22
commit
bde4b04323
|
@ -153,10 +153,6 @@ module ActiveSupport # :nodoc:
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
def uninitialized_constant(qualified_name, const_name, receiver:)
|
|
||||||
NameError.new("uninitialized constant #{qualified_name}", const_name, receiver: receiver)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Returns the original name of a class or module even if `name` has been
|
# Returns the original name of a class or module even if `name` has been
|
||||||
# overridden.
|
# overridden.
|
||||||
def real_mod_name(mod)
|
def real_mod_name(mod)
|
||||||
|
|
Loading…
Reference in New Issue