I have a form_for tag in my view:
<%form_form :network, :controller => :network, :action => :create do |
form|%>
which is translating into the following when I view the source:
Why would this be happening?
Thanks,
Scott
I have a form_for tag in my view:
<%form_form :network, :controller => :network, :action => :create do |
form|%>
which is translating into the following when I view the source:
Why would this be happening?
Thanks,
Scott
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs