Sha256: d3276b0ace47934b339d2bf30881faeea55fa0f4a0c6bfb906ef06b206678bb4
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
class CmigGenerator < Rails::Generator::Base def manifest record do |m| m.migration_template 'conductor_migration.rb', 'db/migrate', :migration_file_name => "conductor_migration" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conductor-0.2.13 | generators/cmig/cmig_generator.rb |