Sha256: 6aeecbd4a0fcfa2e39054aeed79e13d06319782ba1d0019f79a5a1c07fcc9a34
Contents?: true
Size: 244 Bytes
Versions: 3
Compression:
Stored size: 244 Bytes
Contents
require 'rails_generator/generators/components/migration/migration_generator' class DmMigrationGenerator < Rails::Generator::NamedBase def manifest record do |m| m.migration_template "migration.rb", "db/migrate" end end end
Version data entries
3 entries across 3 versions & 2 rubygems