Class: GeoblacklightAdmin::ModelsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- GeoblacklightAdmin::ModelsGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/geoblacklight_admin/models_generator.rb
Instance Method Summary collapse
-
#copy_migrations ⇒ Object
Setup the database migrations.
Instance Method Details
#copy_migrations ⇒ Object
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 |