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