Class: Voting::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Voting::InstallGenerator
- Defined in:
- lib/generators/voting/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration ⇒ Object
9 10 11 |
# File 'lib/generators/voting/install_generator.rb', line 9 def create_migration template 'db/migrate/create_voting_tables.rb', "db/migrate/#{}_create_voting_tables.rb" end |