method

controller_class_missing?

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: RouteInfo
controller_class_missing?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/unused_routes/unused_routes_command.rb, line 29
          def controller_class_missing?
            @controller_name && @controller_class.nil?
          end
Register or log in to add new notes.