Guest User

Untitled

a guest
Jun 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <form>
  2. <%= link_to_remote "Add a text field", :update => 'description',
  3. :position=> :bottom ,
  4. :url => { :action => :at} %>
  5.  
  6.  
  7. </form>
  8.  
  9. def at
  10. render :partial => 'go' ,:locals=> { :name => "david" }
  11. end
  12.  
  13. #go.html.erb
  14. <%=params[:name]%>
Add Comment
Please, Sign In to add comment