I noticed that an index view is routed correctly even if there isn\'t a controller method index.
As an example, the routes.rb has this route
routes.rb
<
If you have the view file, it'll go ahead and render that implicitly, as documented here
See also, this SO thread on how Rails renders your view files and controller actions.