public
Description: Sample application for the Learning Rails free online course in Ruby on Rails
Homepage: http://www.learningrails.com
Clone URL: git://github.com/mzslater/learning-rails-sample-app.git
Wed Sep 03 14:54:43 -0700 2008
commit  748f5f684224c3448cfe3096b94369cd12667a8e
tree    f6cee69c01da4ab6996bbe235c53561cb2f26e4e
parent  3b01c664341a124ec9195aaa86f03a372115c651
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'