Sha256: 742ba017a7fe276dbfd2f11bd74fa56487cf054746957530c9967470c0fe1a9c
Contents?: true
Size: 548 Bytes
Versions: 6
Compression:
Stored size: 548 Bytes
Contents
<h1>TestRoute#index</h1> <p>Find me in app/views/test_route/index.html.erb</p> <%= link_to "new product", new_cms_product_path %><br> <%= link_to "new", new_polymorphic_path(["cms", Product]) %><br> <%= link_to "LIst", polymorphic_path([main_app, "cms", Product])%> <br> <%= link_to "CMS HTML", polymorphic_path([cms, Cms::HtmlBlock])%> <br> <%= link_to "Order Ascending", polymorphic_path([cms, Cms::HtmlBlock], {:order => "asc"})%><br> <%= link_to "Order Ascending", polymorphic_path([cms, "html_block"], {:order => "asc"})%><br>
Version data entries
6 entries across 6 versions & 1 rubygems