Sha256: 689a63aaf622fe92058d5b1af1060eba2f8fb912f052b66e22c2c835d6cc4365
Contents?: true
Size: 354 Bytes
Versions: 11
Compression:
Stored size: 354 Bytes
Contents
class Recipes::Annotate < Rails::AppBuilder def create gather_gems(:development) do gather_gem('annotate', '~> 3.0') end template '../assets/lib/tasks/auto_annotate_models.rake', 'lib/tasks/auto_annotate_models.rake' end def install create after(:gem_install) do run "bundle exec annotate" end end end
Version data entries
11 entries across 11 versions & 1 rubygems