Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created August 24, 2008 20:58
Show Gist options
  • Save carllerche/7006 to your computer and use it in GitHub Desktop.
Save carllerche/7006 to your computer and use it in GitHub Desktop.
Merb::Router.prepare do |r|
r.resources :blogs
r.resource :account do |u|
u.resource :blog
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment