On 23 September 2014 09:20, Diego Dillenburg Bueno
<diegodillenb...@gmail.com> wrote:
> I think I know what it is now, but no clue why it happens.
> It won't work whenever I open a html tag before <%= form_for @billing do
> |billing| %> and close it before <%= f.fields_for :debts do |builder| %>

Do you mean you have <div><form>..</div>..</form>?  if so then that is
not valid html.  A useful technique when strange things are happening
is to copy the html source out of the browser and paste it into the
w3c html validator to check the html is valid. [1]

Colin

[1] http://validator.w3.org/#validate_by_input

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtdByBEHDicVEY8c-bXNWmJ_rfNvbQJBwTbQTR5sSpMzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to