Class: Evey::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Evey::InstallGenerator
- Defined in:
- lib/generators/evey/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration ⇒ Object
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 |