Chris@909: class TestRoutingController < ApplicationController Chris@909: def routed_action Chris@909: render_class_and_action Chris@909: end Chris@909: Chris@909: def test_named_routes_from_plugin Chris@909: render :text => plugin_route_path(:action => "index") Chris@909: end Chris@909: end