Sha256: 710089d96f2171d2c9c1761c8f6823cb2474d0131d23b98ceb402edc2af95a33
Contents?: true
Size: 427 Bytes
Versions: 4
Compression:
Stored size: 427 Bytes
Contents
# Copyright 2022 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." task :run do Dir.chdir("..") { sh "bundle exec rake run[interleaved-tables-before-7.1]" } end
Version data entries
4 entries across 4 versions & 1 rubygems