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