Sha256: 4f29c7274fd1ba79254aa40507626f19dd06e56a3db9704ce9a6c323a3ed3e56
Contents?: true
Size: 419 Bytes
Versions: 8
Compression:
Stored size: 419 Bytes
Contents
# frozen_string_literal: true require "rails/generators" require "rails/generators/active_record" class SolidCable::UpdateGenerator < Rails::Generators::Base include ActiveRecord::Generators::Migration source_root File.expand_path("templates", __dir__) def copy_files migration_template "db/migrate/create_compact_channel.rb", "db/cable_migrate/create_compact_channel.rb" end end
Version data entries
8 entries across 8 versions & 1 rubygems