When I create a separate ERB I can render this ERB:
<% form_for (@this.project, :remote => true) do |f| %>
Start_frame: <%= f.text_field :start_frame %><br />
<%= f.submit :submit %>
<% end %>
But when putting inside DRYML, it doesn't render. First thing is the
DRYML doesn't take the new Rails 3 <%= instead of <% for the form_for.
After changing that, the form still doesn't show up at all.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.