Module: Actn::DB

Extended by:
PG
Includes:
Paths
Defined in:
lib/actn/db.rb,
lib/actn/db/pg.rb,
lib/actn/db/mod.rb,
lib/actn/db/set.rb,
lib/actn/db/model.rb,
lib/actn/db/version.rb

Defined Under Namespace

Modules: PG Classes: Mod, Model, Set

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Methods included from PG

db_config, exec_func, exec_params, exec_prepared, pg

Methods included from Paths

included, #root

Class Method Details

.gem_rootObject



14
15
16
# File 'lib/actn/db.rb', line 14

def self.gem_root
  @@gem_root ||= File.expand_path('../../../', __FILE__)
end

.pathsObject



18
19
20
# File 'lib/actn/db.rb', line 18

def self.paths
  @@paths ||= [self.gem_root]
end