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