Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
47
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([@museum, @museum.exhibitions.build]) do |f|
  2.  
  3. form_for([:admin, [@museum.id, @museum.exhibitions.build]], :url => admin_museum_exhibitions_path, :method => :POST) do |f|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement