Class: InstantUpload::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_migrationsObject



4
5
6
# File 'lib/generators/instant_upload/install_generator.rb', line 4

def create_migrations
  rake 'instant_upload:install:migrations'
end