I've been grepping the output of rake routes
forever and it just dawned on me that someone must know a better way to inspect routes. I have a resource in my routes.rb
name account_groups
:
resources :account_groups
Is there anyway to tell rake routes
to only return the routes associated with this resource?