Sha256: dd9b91f670b5239ba95979fa79da4b9838cfa9fe6ec227fbd6bbaf2146bcc36a
Contents?: true
Size: 237 Bytes
Versions: 11
Compression:
Stored size: 237 Bytes
Contents
class ConductorMigrationGenerator < Rails::Generator::Base require 'conductor' def manifest record do |m| m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "conductor_migration" end end end
Version data entries
11 entries across 11 versions & 1 rubygems