Sha256: 6a938a7ceee664d92b921c882ea1a09d838d937fe0b2afdb6f4708599f5bb83e
Contents?: true
Size: 316 Bytes
Versions: 52
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true require 'osso' path = File.expand_path(__dir__) Dir.glob("#{path}/tasks/**/*.rake").each { |f| import f } namespace :db do task :load_config do osso_migrations = File.expand_path('./db/migrate', __dir__) ActiveRecord::Migrator.migrations_paths << osso_migrations end end
Version data entries
52 entries across 52 versions & 1 rubygems