-
Notifications
You must be signed in to change notification settings - Fork 0
ERB
Lucas Neves Martins edited this page Jun 21, 2012
·
1 revision
Embedded Ruby é um equivalente ao .JSP do Java, ou .PHP ( do PHP! )
Basicamente, dentro de um arquivo.html.erb você vai encontrar:
<% %>
executa código/lógica Ruby entre %'s.
ou
<%= %>
executa código Ruby entre %'s e retorna o valor resultante para o html final.