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
Class Method Details
.gem_root ⇒ Object
14 15 16 |
# File 'lib/actn/db.rb', line 14 def self.gem_root @@gem_root ||= File.('../../../', __FILE__) end |
.paths ⇒ Object
18 19 20 |
# File 'lib/actn/db.rb', line 18 def self.paths @@paths ||= [self.gem_root] end |