Method: Hyrax::ModelsGenerator#copy_migrations

Defined in:
lib/generators/hyrax/models_generator.rb

#copy_migrationsObject

Setup the database migrations



15
16
17
# File 'lib/generators/hyrax/models_generator.rb', line 15

def copy_migrations
  rake 'hyrax:install:migrations'
end