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

Indicate to require 'capistrano/rails' after 'capistrano/deploy'

This commit is contained in:
Florent Guilleux 2013-12-12 15:39:02 -05:00
parent b418e39f74
commit 9f634128ee

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'