Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created January 24, 2013 07:02
Show Gist options
  • Save elskwid/4618222 to your computer and use it in GitHub Desktop.
Save elskwid/4618222 to your computer and use it in GitHub Desktop.
CAPIFY
# $: << File.expand_path("../../recipes", __FILE__)
# Don't worry about the load path man, Capistrano's got your back!
module Capistrano
if const_defined? :Configuration
Configuration.instance(true).load do
@load_paths << File.expand_path("../recipes", __FILE__)
load "log"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment