Skip to content

Instantly share code, notes, and snippets.

@diegorv
Created February 13, 2009 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegorv/63952 to your computer and use it in GitHub Desktop.
Save diegorv/63952 to your computer and use it in GitHub Desktop.
map.resources :editions, :as => "edicao" do |edition|
edition.resources :categories, :as => "caderno" do |category|
category.resources :articles, :as => "artigo" do |article|
article.resources :article_comments, :as => "comentarios"
article.resources :article_ratings, :as => "ratings"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment