Module: PgSchema::Base::ClassMethods

Defined in:
lib/pg_schema.rb

Instance Method Summary collapse

Instance Method Details

#schema_nameObject



27
28
29
# File 'lib/pg_schema.rb', line 27

def schema_name
  @schema_name ||= ActiveRecord::Base.connection.schema_search_path.split.first
end