Sha256: 1c3f7a28457df6ee101ad1a02a654af8d28fd3995a16790f88a9dc950b0785b3
Contents?: true
Size: 411 Bytes
Versions: 24
Compression:
Stored size: 411 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 array data types in ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[array-data-type]" } end
Version data entries
24 entries across 24 versions & 1 rubygems