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