Skip to content

Instantly share code, notes, and snippets.

@sergio1990
Created October 9, 2016 12:46
Show Gist options
  • Save sergio1990/a882b57d414767c15a263bb4618756d0 to your computer and use it in GitHub Desktop.
Save sergio1990/a882b57d414767c15a263bb4618756d0 to your computer and use it in GitHub Desktop.
routes with top level scope
Rails.application.routes.draw do
scope 'YOUR_PREFIX_HERE' do
# Your application routes
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment