Class: Inter::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Inter::Generators::InstallGenerator
- Defined in:
- lib/generators/inter/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migrations ⇒ Object
7 8 9 10 11 12 |
# File 'lib/generators/inter/install_generator.rb', line 7 def copy_migrations time = Time.now.strftime("%Y%m%d%H%M%S") template "create_interactions.rb", "db/migrate/#{time}_create_interactions.rb" puts "Migrations completed. Please run `rake db:migrate` to finish the instalation" end |