public
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
dustin (author)
Fri May 02 20:38:59 -0700 2008
ctran (committer)
Fri May 02 21:15:12 -0700 2008
commit  8c8c3c58055c8659da55f5cc130552204f469dfd
tree    8ca848f15bdf352ac2c9879820ee790e102188bf
parent  4f3e1394f392dda02b3c0b42640fc2dfab85e8ca
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 }