Sha256: dff3b71daaa9df260919643f89108c33086db3ef416b005caee2c64a06b71ec8

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

require 'pathname'

module Skr
    module Core
        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
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stockor-core-0.2 lib/skr/core/db/migrations.rb