binarylogic / authlogic_example

An example rails app using the Authlogic authentication library

This URL has Read+Write access

fearoffish (author)
Wed May 27 08:28:33 -0700 2009
binarylogic (committer)
Wed May 27 09:15:22 -0700 2009
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'