Class: SolidCable::UpdateGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
ActiveRecord::Generators::Migration
Defined in:
lib/generators/solid_cable/update/update_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_filesObject



11
12
13
14
# File 'lib/generators/solid_cable/update/update_generator.rb', line 11

def copy_files
  migration_template "db/migrate/create_compact_channel.rb",
                     "db/cable_migrate/create_compact_channel.rb"
end