Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 18:21
Show Gist options
  • Save bleonard/df629ca3046a2a94fac05aec7368f7c9 to your computer and use it in GitHub Desktop.
Save bleonard/df629ca3046a2a94fac05aec7368f7c9 to your computer and use it in GitHub Desktop.
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