Skip to content

Commit

Permalink
Mount the ember application with ember-cli-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
bwittenbrook3 committed Jul 26, 2016
1 parent 19a61d8 commit f5e26d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html

root 'application#index'

Rails.application.routes.draw do
mount_ember_app :frontend, to: "/"
end
end
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-jshint": "^1.0.0",
"ember-cli-qunit": "^1.4.0",
"ember-cli-rails-addon": "0.7.1",
"ember-cli-release": "^0.2.9",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
Expand Down

0 comments on commit f5e26d9

Please sign in to comment.