Sha256: 6e4a1bd66ab84e27bc0b907852ae3475b61794c69cadc47c535ff6cef7e4041f
Contents?: true
Size: 430 Bytes
Versions: 7
Compression:
Stored size: 430 Bytes
Contents
# Copyright 2023 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. require_relative "../config/environment" require "sinatra/activerecord/rake" desc "Sample showing how to work with interleaved tables in ActiveRecord 7.1 and later." task :run do Dir.chdir("..") { sh "bundle exec rake run[interleaved-tables]" } end
Version data entries
7 entries across 7 versions & 1 rubygems