Module: GhostSchema

Defined in:
lib/ghost_schema.rb,
lib/ghost_schema/railtie.rb,
lib/ghost_schema/version.rb,
lib/ghost_schema/tasks/enhancer.rb,
lib/ghost_schema/migration_store.rb

Defined Under Namespace

Modules: Tasks Classes: MigrationStore, Railtie

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.migrations_pathObject



7
8
9
# File 'lib/ghost_schema.rb', line 7

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