public
Description: A generic voting app that hooks into faces.rubyonrails.com.au so members can vote with their IRC Nicks. #crc
Homepage:
Clone URL: git://github.com/artpop/roro-vote.git
roro-vote / Capfile
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'