module GhostSchema

Constants

VERSION

Public Class Methods

migrations_path() click to toggle source
# File lib/ghost_schema.rb, line 7
def self.migrations_path
  Rails.root.join('tmp', 'schema_ghosts')
end