Guest User

Untitled

a guest
Jun 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. map.resources :projects do |project|
  2. project.resources :blocks, :collection => { :sort => :put } do |block|
  3. block.resources :textassets
  4. block.resources :headingassets
  5. block.resources :imageassets
  6. end
  7. end
Add Comment
Please, Sign In to add comment