Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Apr 19, 2008
1 parent 991da19 commit aa6b352
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ This even includes the Net::SMTP TLS hack inside as a vendored dependancy to all

In your Capistrano config file (usually deploy.rb):

# require the cap_gun file (the path will depend on where you unpacked or if you are just using it as a gem)
require 'vendor/plugins/cap_gun/lig/cap_gun' # unpacked vendor plugins
# or maybe
require 'cap_gun' # rubygems
# require cap_gun (the path will depend on where you unpacked or if you are just using it as a gem)
require 'vendor/plugins/cap_gun/lig/cap_gun' # typical Rails vendor/plugins location

# setup action mailer with a hash of options
set :cap_gun_action_mailer_config, {
Expand Down

0 comments on commit aa6b352

Please sign in to comment.