Sha256: cf91223e2ffef0745af81dee98d0e1a44437dcb2e2d23159d1559547d3cad9cb
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
class ReflexConnectionMigrationGenerator < Rails::Generator::Base def manifest record do |m| m.migration_template 'create_reflex_connections.rb', 'db/migrate', :migration_file_name => 'create_reflex_connections' end end def file_name 'create_reflex_connections' end end
Version data entries
2 entries across 2 versions & 1 rubygems