Module: Campchair

Defined in:
lib/campchair.rb,
lib/campchair/views.rb,
lib/campchair/leveldb.rb,
lib/campchair/version.rb

Defined Under Namespace

Modules: LevelDB, Views

Constant Summary collapse

VERSION =
"0.0.4"

Class Attribute Summary collapse

Class Attribute Details

.db_pathObject



10
11
12
# File 'lib/campchair.rb', line 10

def db_path
  @db_path || 'ccdb'
end