From 9f634128ee4840434d3608a93e3d019c115ba924 Mon Sep 17 00:00:00 2001 From: Florent Guilleux Date: Thu, 12 Dec 2013 15:39:02 -0500 Subject: [PATCH] Indicate to require 'capistrano/rails' after 'capistrano/deploy' --- documentation/getting-started/installation/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/getting-started/installation/index.markdown b/documentation/getting-started/installation/index.markdown index ca052395..317ed66b 100644 --- a/documentation/getting-started/installation/index.markdown +++ b/documentation/getting-started/installation/index.markdown @@ -51,7 +51,7 @@ The documentation for these components can be found in [respective][capistrano-rails-gem-bundler-readme], [READMEs][capistrano-rails-database-migrations-readme]. However for the most part, to get the best, and most sensible results, simply `require` in -Capfile: +Capfile, after the `require 'capistrano/deploy'` line: {% prism ruby %} require 'capistrano/rails'