rails2
Espen Antonsen 2009-05-25 21:47:19 +02:00
parent 510b351979
commit 8a73abe335
1 changed files with 3 additions and 0 deletions

3
Capfile Normal file
View File

@ -0,0 +1,3 @@
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'