Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mounting of multiple ember apps in Rails' routes
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.
- Loading branch information