Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created January 15, 2010 10:16
Show Gist options
  • Save workmad3/277946 to your computer and use it in GitHub Desktop.
Save workmad3/277946 to your computer and use it in GitHub Desktop.
map.resources :forums, :shallow => true do |forum|
forum.resources :topics, :member => {:sort_asc => :get}, :shallow => true do |topic|
topic.resources :replies
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment