Sha256: 704316e585cf6be34f343cf60186529a0b236dc93fc06511db13a8e8a4490fbc

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

require "ghost_schema/railtie"
require "ghost_schema/migration_store"
require "ghost_schema/tasks/enhancer"
require "ghost_schema/version"

module GhostSchema
  def self.migrations_path
    Rails.root.join('tmp', 'schema_ghosts')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ghost_schema-0.1.0 lib/ghost_schema.rb