tricknotes / ember-cli-rails

Unify your EmberCLI and Rails Workflows
http://thoughtbot.github.io/ember-cli-rails/
MIT License
713 stars 205 forks source link

Fix mounting of multiple ember apps in Rails' routes #539

Closed vfonic closed 7 years ago

vfonic commented 7 years ago

Because mount_ember_app :frontend, to: "/" catches everything, mount_ember_app :admin_panel, to: "/admin_panel" would be never reached if specified below the frontend route.

seanpdoyle commented 7 years ago

Thanks!