<% content_for :style do %> #route_table td { padding: 0 30px; } #route_table { margin: 0 auto 0; } <% end %> <%= yield %>
Helper
<%= link_to "Path", "#", 'data-route-helper' => '_path', title: "Returns a relative path (without the http or domain)" %> / <%= link_to "Url", "#", 'data-route-helper' => '_url', title: "Returns an absolute url (with the http and domain)" %>
HTTP Verb Path Controller#Action