public
Rubygem
Description: Annotate ActiveRecord models as a gem
Homepage: http://agilewebdevelopment.com/plugins/annotate_models
Clone URL: git://github.com/ctran/annotate_models.git
annotate_models / lib / tasks / annotate.rake
100644 5 lines (5 sloc) 0.163 kb
1
2
3
4
5
desc "Add schema information (as comments) to model files"
task :annotate_models => :environment do
  require 'annotate_models'
  AnnotateModels.do_annotations
end