> -If I want to create a controller within /user/, how can I do that. Ex. > http://local../user/dashboard/
You can define a User::DashboardController. But then you have to work with routes in any case, since it would search a dashboard method in the UserController before the index method in the User::DashboardController. -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
