method

view_path

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: RouteInfo
view_path(root) 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 25
          def view_path(root)
            File.join(root.path, @controller_name, @action_name)
          end
Register or log in to add new notes.