Class: GeoblacklightAdmin::ModelsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/geoblacklight_admin/models_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migrationsObject

Setup the database migrations



18
19
20
# File 'lib/generators/geoblacklight_admin/models_generator.rb', line 18

def copy_migrations
  rake "geoblacklight_admin:install:migrations"
end