method
uninitialized_constant
rails 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