Class: Icb::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Icb::InstallGenerator
- Defined in:
- lib/generators/icb/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_migrations ⇒ Object
4 5 6 7 8 |
# File 'lib/generators/icb/install_generator.rb', line 4 def generate_migrations = I18n.l Time.zone.now, format: '%Y%m%d%H%M%S' create_file "db/migrate/#{}_create_ivaldi_content_blocks.rb", File.read('../../db/migrate/create_ivaldi_content_blocks.rb') end |