Sha256: 54f718f74314ce4229437982761fe742599779211ddda3a0aec76dde7572b6a1
Contents?: true
Size: 378 Bytes
Versions: 13
Compression:
Stored size: 378 Bytes
Contents
module Annotate module Generators class InstallGenerator < Rails::Generators::Base desc "Copy annotate_models rakefiles for automatic annotation" source_root File.expand_path('../templates', __FILE__) # copy rake tasks def copy_tasks template "auto_annotate_models.rake", "lib/tasks/auto_annotate_models.rake" end end end end
Version data entries
13 entries across 13 versions & 2 rubygems