We can restrict the routes listing to particular CONTROLLER by passing CONTROLLER variable as,
rake routes CONTROLLER=profiles
Above command will display routes of profiles controller.
Posted by firstruby on May 9, 2010
We can restrict the routes listing to particular CONTROLLER by passing CONTROLLER variable as,
rake routes CONTROLLER=profiles
Above command will display routes of profiles controller.
Posted in Useful Links | Tagged: rails, rake, RoR, routes | Leave a Comment »