Created
          December 24, 2016 18:21 
        
      - 
      
- 
        Save bleonard/df629ca3046a2a94fac05aec7368f7c9 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | RailsEnginesExample::Application.routes.draw do | |
| mount Admin::Engine => '/', as: 'admin' | |
| mount Account::Engine => '/', as: 'account' | |
| mount Content::Engine => '/', as: 'content' | |
| mount Marketing::Engine => '/', as: 'marketing' | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment