Guest User

Untitled

a guest
Jun 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #create template
  2. <% form_remote_for(@post, :url => posts_path) do |f| %>
  3. <%= render :partial => 'form', :locals => {:button_text => 'Create', :f => f} %>
  4. <% end %>
Add Comment
Please, Sign In to add comment