Sha256: 76f1c805c3bb17bf31564b877c44e5e4bf251f80347356db23ffe6be0e1a60cc
Contents?: true
Size: 376 Bytes
Versions: 9
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module Totoro class UpdateGenerator < Rails::Generators::Base source_root File.expand_path('templates', __dir__) desc 'Update totoro to 1.0.0' def copy_config_file template 'update_totoro_failed_messages.rb', File.join('db/migrate', "#{Time.now.strftime('%Y%m%d%H%M%S')}_update_totoro_failed_messages.rb") end end end
Version data entries
9 entries across 8 versions & 1 rubygems