Method: AppCache::MigrationGenerator#install
- Defined in:
- lib/generators/app_cache/migration_generator.rb
#install ⇒ Object
8 9 10 |
# File 'lib/generators/app_cache/migration_generator.rb', line 8 def install migration_template 'migration.rb', 'db/migrate/create_app_cache_system_params.rb' end |