Module: ExposeDB

Defined in:
lib/expose_db/app.rb,
lib/expose_db/model.rb,
lib/expose_db/version.rb,
lib/expose_db/model/querying.rb,
lib/expose_db/model/relations.rb

Defined Under Namespace

Modules: Querying, Relations Classes: App, Model, RecordNotFound

Constant Summary collapse

MAJOR =
0
MINOR =
2
TINY =
0
VERSION =
[MAJOR, MINOR, TINY].join('.')

Class Method Summary collapse

Class Method Details

.versionObject



8
9
10
# File 'lib/expose_db/version.rb', line 8

def self.version
  VERSION
end