Reputation: 6363
I have an intranet application with several modules, I want them to separate when routing. For example:
http://intranet/calendar/...
http://intranet/site_admin/...
http://intranet/tasks/...
Each of module can have many or single controller. How to write such routes?
Upvotes: 0
Views: 207
Reputation:
Also if you may want to upgrade to the latest version i.e Rails 2.3. And build those modules as separate 'Engines'. http://railscasts.com/episodes/149-rails-engines
Upvotes: 0