Module: PgObjects

Defined in:
lib/pg_objects.rb,
lib/pg_objects/config.rb,
lib/pg_objects/version.rb

Defined Under Namespace

Modules: ParsedObject Classes: AmbiguousDependencyError, Config, Container, CyclicDependencyError, DbObject, DbObjectFactory, DependencyNotExistError, InstallGenerator, Logger, Manager, ParsedObjectFactory, Parser, Railtie, UnsupportedAdapterError

Constant Summary collapse

VERSION =
'1.4.8'.freeze

Class Method Summary collapse

Class Method Details

.configObject



21
22
23
# File 'lib/pg_objects/config.rb', line 21

def config
  Config.config
end

.configure {|Config.config| ... } ⇒ Object

Yields:



17
18
19
# File 'lib/pg_objects/config.rb', line 17

def configure
  yield Config.config
end