I have this in routes:
Rails.application.routes.draw do namespace :api do namespace :v3_4 do # .....
And the controller app/c
app/c
The Ruby-Style-Guide helped me a lot to clarify these questions. Please see the naming section.