lib/generators/voting/install_generator.rb in voting-0.4.0 vs lib/generators/voting/install_generator.rb in voting-0.5.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Voting class InstallGenerator < Rails::Generators::Base - source_root File.expand_path('../templates', __FILE__) + source_root File.expand_path('templates', __dir__) desc 'creates Voting migration' def create_migration template 'db/migrate/create_voting_tables.rb', "db/migrate/#{timestamp}_create_voting_tables.rb"