06 August 2012

Views and Erb's



ERB = Embedded Ruby.  it goes into the html pages and either executes or executes and outputs the result.

<% code %> - executes the code
<%= code %> - executes then outputs the code

No comments:

Post a Comment