method
uninitialized_constant
v6.1.7.7 -
Show latest stable
- Class:
ActiveSupport::Dependencies
uninitialized_constant(qualified_name, const_name, receiver:)private
No documentation available.
# File activesupport/lib/active_support/dependencies.rb, line 811
def uninitialized_constant(qualified_name, const_name, receiver))
NameError.new("uninitialized constant #{qualified_name}", const_name)
end