Sha256: 788faf3b1cdb9e1580d65c50ba29d7b7956c6eed2cb04dffb0180ef327130ad8
Contents?: true
Size: 424 Bytes
Versions: 21
Compression:
Stored size: 424 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 create one or more records in Spanner using ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[create-records]" } end
Version data entries
21 entries across 21 versions & 1 rubygems