Last active
August 3, 2016 15:15
-
-
Save isuke/a04a4374c534801c9630410fd90c962d to your computer and use it in GitHub Desktop.
separate routes files
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
| # cat config/initializers/routes.rb | |
| Rails.application.config.paths["config/routes.rb"].concat Dir[Rails.root.join("config/routes/**/*.rb")] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment