Class: Brightcontent::Attachments::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/brightcontent/attachments/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migrationsObject



6
7
8
# File 'lib/generators/brightcontent/attachments/install_generator.rb', line 6

def copy_migrations
  rake "brightcontent_attachments_engine:install:migrations"
end