Guest User

Untitled

a guest
Feb 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <%= form_for :something, :builder => MyBuilder do %>
  2. <%= my_awesome_method %>
  3. <% end =%>
  4.  
  5. <%= form_for :another, :builder => AnotherBuilder do %>
  6. <%= another_method %>
  7. <% end =%>
Add Comment
Please, Sign In to add comment