method

generate_extras

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.

generate_extras(options, recall = {})
public

No documentation available.

# File railties/lib/rails/engine/lazy_route_set.rb, line 56
      def generate_extras(options, recall = {})
        Rails.application&.reload_routes_unless_loaded

        super(options, recall)
      end