<%= form.text_field :title, :value => params[:title] %>
That is my text field. I need a link_to_remote to pass :with => the
value of the text_field. How do I do this? Thanks!
<%= form.text_field :title, :value => params[:title] %>
That is my text field. I need a link_to_remote to pass :with => the
value of the text_field. How do I do this? Thanks!
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