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:
commit
d5452de2be
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue