Skip to content

Commit

Permalink
Update README.md with full config/routes.rb path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian authored and seanpdoyle committed Jan 26, 2018
1 parent ea8e6f0 commit e46c75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -421,7 +421,7 @@ To override this behavior, you can specify [any of Rails' routing options]
For the sake of this example, override the `controller` and `action` options:

```rb
# config/routes
# config/routes.rb

Rails.application.routes.draw do
mount_ember_app :frontend, to: "/", controller: "application", action: "index"
Expand Down

0 comments on commit e46c75d

Please sign in to comment.