binarylogic / authlogic_example

An example rails app using the Authlogic authentication library

This URL has Read+Write access

authlogic_example / 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'