Sha256: 2c4cb50dac94a9185fac51d33151cdb354e34fbb05672a57b8b58055fbc93068
Contents?: true
Size: 316 Bytes
Versions: 22
Compression:
Stored size: 316 Bytes
Contents
require "rails/generators/active_record/migration/migration_generator" module CronoTrigger module Generators class MigrationGenerator < ActiveRecord::Generators::MigrationGenerator source_root File.expand_path("../templates", __FILE__) desc "Create migration for Scheduled Job" end end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
crono_trigger-0.1.0 | lib/generators/crono_trigger/migration/migration_generator.rb |
crono_trigger-0.0.1 | lib/generators/crono_trigger/migration/migration_generator.rb |