Sha256: 0a33af2dba51040f452f91f89c426710601b39f38187ada5e56f9d5dbdc68ba6
Contents?: true
Size: 447 Bytes
Versions: 47
Compression:
Stored size: 447 Bytes
Contents
# frozen_string_literal: true require "rails/generators" require "rails/generators/rails/db/system/change/change_generator" module Rails module Command module Db module System class ChangeCommand < Base # :nodoc: class_option :to, desc: "The database system to switch to." def perform Rails::Generators::Db::System::ChangeGenerator.start end end end end end end
Version data entries
47 entries across 45 versions & 5 rubygems