Does Rails 3 have an equivalent to MVC3 Areas? I think I came across it previously but cannot find any information on it now.
Does Rails 3 have an equivalent to MVC3 Areas?
144 Views Asked by YWCA Hello At
2
There are 2 best solutions below
0

You can use namespace - http://apidock.com/rails/ActionDispatch/Routing/Mapper/Scoping/namespace
You can also use a :path_prefix option on a specific route
You can use namespace feature, described in routes.rb