Class: Gaggle::UpdateGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Gaggle::UpdateGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/gaggle/update/update_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_files ⇒ Object
11 12 13 14 15 |
# File 'lib/generators/gaggle/update/update_generator.rb', line 11 def copy_files # For reference # migration_template "db/migrate/create_compact_channel.rb", # "db/gaggle/create_compact_channel.rb" end |