Skip to content

Instantly share code, notes, and snippets.

@rails3book
Created March 10, 2011 00:41
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 rails3book/863331 to your computer and use it in GitHub Desktop.
Save rails3book/863331 to your computer and use it in GitHub Desktop.
This file goes in your engine, in the config directory
Rails.application.routes do
namespace :forem do
resources :forums
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment