Sha256: a0f0bca3631d359d1666c0f033d2fc51aa3b9264a72d39052d28b14c54f290c5
Contents?: true
Size: 225 Bytes
Versions: 12
Compression:
Stored size: 225 Bytes
Contents
class SchedularMigrationsGenerator < Rails::Generator::Base def manifest record do |m| m.migration_template 'schedular_migrations.rb', 'db/migrate', :migration_file_name => "schedular_migrations" end end end
Version data entries
12 entries across 12 versions & 1 rubygems