Sha256: f7a03c5d33e778077991ec5a336025787258210a3db1b1aa72b7705d69c7c4c8
Contents?: true
Size: 416 Bytes
Versions: 3
Compression:
Stored size: 416 Bytes
Contents
# Copyright 2021 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]" } end
Version data entries
3 entries across 3 versions & 1 rubygems