Class: Icb::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/icb/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_migrationsObject



4
5
6
7
8
# File 'lib/generators/icb/install_generator.rb', line 4

def generate_migrations
  timestamp = I18n.l Time.zone.now, format: '%Y%m%d%H%M%S'
  create_file "db/migrate/#{timestamp}_create_ivaldi_content_blocks.rb",
      File.read('../../db/migrate/create_ivaldi_content_blocks.rb')
end