method

method_missing

rails latest stable - Class: Rails::Engine::LazyRouteSet

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

method_missing(...)
private

No documentation available.

# File railties/lib/rails/engine/lazy_route_set.rb, line 95
              def method_missing(...)
                if Rails.application&.reload_routes_unless_loaded
                  public_send(...)
                else
                  super
                end
              end