Sha256: 1d1e9f68918526ad8250330a8be493df7a74261f4934824f13b4fec30b4d5492
Contents?: true
Size: 404 Bytes
Versions: 6
Compression:
Stored size: 404 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 tag queries on Cloud Spanner with ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[tags]" } end
Version data entries
6 entries across 6 versions & 1 rubygems