public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
ctran (author)
Fri May 02 21:25:35 -0700 2008
commit  753091c5623cdce5a58daf97e5448dec8acbdb2a
tree    a16d4acad3c049e19755618500b3618759c2740d
parent  8c8c3c58055c8659da55f5cc130552204f469dfd
annotate_models / Rakefile
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }