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