RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: spyrbri
If u have problems with the indentation on index.jst.eco try this - >
Raffler
<%for entry in @entries.models: %> <%=entry.get('name')%> <% end %>
If u have problems with the indentation on index.jst.eco
try this - >
Raffler
<%for entry in @entries.models: %>
<%=entry.get('name')%>
<% end %>