Class: Evey::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_migrationObject



5
6
7
# File 'lib/generators/evey/install_generator.rb', line 5

def create_migration
  template "migration.erb", "db/migrate/#{Time.current.strftime("%Y%m%d%H%M%S")}_create_evey_events.rb"
end