Hi there!
I want to define routes like Basecamp does, taking this parameter as :tenant_id
for passing to nested controllers:
Hi there!
I want to define routes like Basecamp does, taking this parameter as :tenant_id
for passing to nested controllers:
scope ':tenant_id' do
resources :projects
end