method

unused?

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: RouteInfo
unused?() public

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 20
        def unused?
          controller_class_missing? || (action_missing? && template_missing?)
        end
Register or log in to add new notes.