Sha256: 2e84f8e7e67f057233e9e8cf77187822242ef56c227d0355b7be16a5e21d33ed
Contents?: true
Size: 169 Bytes
Versions: 16
Compression:
Stored size: 169 Bytes
Contents
namespace :annotate do desc 'Annotate your models!' task models: :environment do |t, args| exec 'annotate --exclude tests,fixtures,factories -p before' end end
Version data entries
16 entries across 16 versions & 1 rubygems