Created
March 21, 2018 20:22
-
-
Save elliotec/341e362c5993be7ba50e347a71fa033b 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
Rails.application.routes.draw do | |
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html | |
mount AffiliateManagement::Engine, at: "/affiliate_management" | |
mount Experiments::Engine, at: "/experiments" | |
mount MobileVersionManagement::Engine, at: "/mobile_version_management" | |
mount Margaritatown::Engine, at: "/margaritatown" | |
mount Margaritaville::Engine, at: "/margaritaville" | |
mount Riddler::Engine, at: "/riddler" | |
mount RelevantPaths::Engine, "/relevant_paths" | |
mount Switcher::Engine, at: "/feature-flags" | |
mount Thundercorp::Engine, at: "/marketplace" | |
root "dashboards#index" | |
resource :sessions | |
resources :dashboards, only: [:index] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment