Skip to content
Tim edited this page Aug 12, 2015 · 3 revisions

<% %> - Ruby code within a View <%= %> - Ruby code & print the result within a View

####Rails helpers

  • link_to <text>, <entity>_path(<entitiy_id>) - link to show.
  • link_to <text>, <entitiy_instance> - link to show. (shorthand)

Clone this wiki locally