Sha256: 319bc233ba614160dc9103888c3697ea4b27a9986ceb99b2ce87b5b5cd1f44a9
Contents?: true
Size: 318 Bytes
Versions: 25
Compression:
Stored size: 318 Bytes
Contents
require 'pathname' module Lanes module DB module Migrations # The `paths` array is an extension point for other mattr_accessor :paths self.paths = [ Pathname.new(__FILE__).dirname.join("../../../db/migrate").realpath ] end end end
Version data entries
25 entries across 25 versions & 1 rubygems