Created
October 9, 2016 12:46
-
-
Save sergio1990/a882b57d414767c15a263bb4618756d0 to your computer and use it in GitHub Desktop.
routes with top level scope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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