Skip to content

Instantly share code, notes, and snippets.

@elliotec
Created March 21, 2018 20:22
Show Gist options
  • Save elliotec/341e362c5993be7ba50e347a71fa033b to your computer and use it in GitHub Desktop.
Save elliotec/341e362c5993be7ba50e347a71fa033b to your computer and use it in GitHub Desktop.
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