method
view_path
v7.2.3 -
Show latest stable
- Class:
Rails::Command::UnusedRoutesCommand::RouteInfo
view_path(root)private
No documentation available.
# 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