Sha256: 99cf3fce501af0200559c1ba22e5d4f1baed3fc7742ccb67e205000ed1724237
Contents?: true
Size: 207 Bytes
Versions: 7
Compression:
Stored size: 207 Bytes
Contents
class LocalMigrationGenerator < Rails::Generator::Base def manifest record do |m| m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "local_migration" end end end
Version data entries
7 entries across 7 versions & 1 rubygems