From 3e23a7aa521f5523b7aa7294335c2993b551d555 Mon Sep 17 00:00:00 2001 From: john hernandez Date: Thu, 26 Jan 2017 13:20:42 -0600 Subject: [PATCH] Fix typo. --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 0ef9d12..9dcfa9a 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -16,7 +16,7 @@ Re-bundle, then run the installer: $ rails generate administrate:install ``` -The installer adds some new routes to your `config/application.rb`, +The installer adds some new routes to your `config/routes.rb`, and creates a controller at `app/controllers/admin/application_controller.rb` In addition, the generator creates a `Dashboard` and a `Controller` for each of