public
Description: Distributed Role-Based Access Control Service -- Restful authorization
Homepage: http://www.preallowed.com
Clone URL: git://github.com/dmitryame/preallowed.git
dmitryame (author)
Tue Sep 30 12:17:06 -0700 2008
commit  3bb78cfebb28deeb9b320d8779d213754193d8e0
tree    60d83ba00c1b5305bb1e86bb6d0ea87ca2c6d59c
parent  7a7fb5ae77e89d4cb902ed45591ef493a344b233
preallowed / 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'