public
Fork of mzslater/learning-rails-sample-app
Description: Sample application for the Learning Rails free online course in Ruby on Rails
Homepage: http://www.learningrails.com
Clone URL: git://github.com/chaupt/learning-rails-sample-app.git
chaupt (author)
Fri May 29 11:31:13 -0700 2009
commit  26a38103b5fc2ddca5bccea897354b9ecc52aeda
tree    c733084dcf1d39810750218da5cfa22d3eb005ad
parent  fbfcd0c4fcbc74be797f75751bd603609c77a662
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'