Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #ejemplo:
  2.  
  3. link_to_remote "Delete this post", :update => "posts",
  4. :url => post_url(@post), :method => :delete,
  5. :html => { :class => "destructive" }
  6.  
  7.  
  8. #el mio:
  9.  
  10. <div><%= button_to_remote "CONSUMER", :update => "mainBox",
  11. :url => {:action => :mailing_lists1_consumer},
  12. :html => {:class => "btn-blue"} %></div>
  13.  
  14. #y no funciona :(
Add Comment
Please, Sign In to add comment