Sha256: d5f5d73d632cf6e3fc7463ba7f6566bcac0a2189f15e3557c1a600d09f7d24a4
Contents?: true
Size: 377 Bytes
Versions: 5
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true require File.expand_path('../../lib/generators/voting/templates/db/migrate/create_voting_tables.rb', __dir__) Dir[File.expand_path('db/migrate/*.rb', __dir__)].each { |file| require file } CreateArticlesTable.new.change CreateAuthorsTable.new.change CreateCategoriesTable.new.change CreateCommentsTable.new.change CreateVotingTables.new.change
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
voting-0.5.0 | spec/support/migrate.rb |
voting-0.4.0 | spec/support/migrate.rb |
voting-0.3.0 | spec/support/migrate.rb |
voting-0.2.0 | spec/support/migrate.rb |
voting-0.1.0 | spec/support/migrate.rb |