Sha256: 437c8dd11ee416492ae474ab3af15638b6c3a5bc5fabd07802e9f8fb8fdb6e32
Contents?: true
Size: 245 Bytes
Versions: 3
Compression:
Stored size: 245 Bytes
Contents
class FullMigrationTestGenerator < Rails::Generator::Base def manifest record do |m| m.directory 'test/migration' m.template 'full_migration_test.rb', 'test/migration/full_migration_test.rb' end end end
Version data entries
3 entries across 3 versions & 2 rubygems