1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Merge pull request #62 from Florent2/patch-3

Indicate to require 'capistrano/rails' after 'capistrano/deploy'
This commit is contained in:
Kir Shatrov 2013-12-12 12:41:22 -08:00
commit d5452de2be

View file

@ -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'