public
Description: Fork of an export from svn of caboo.se sample app v3.
Homepage: http://blog.caboo.se/articles/2007/4/11/sample-rails-application
Clone URL: git://github.com/captproton/caboo.se-sample-app-v3.git
Click here to lend your support to: caboo.se-sample-app-v3 and make a donation at www.pledgie.com !
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'