Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 18:20
Show Gist options
  • Save bleonard/4556b70765fa051964724537b0ca4fc3 to your computer and use it in GitHub Desktop.
Save bleonard/4556b70765fa051964724537b0ca4fc3 to your computer and use it in GitHub Desktop.
RailsEnginesExample::Application.routes.draw do
BootInquirer.each_active_app do |app|
mount app.engine => '/', as: app.gem_name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment