Top Level Namespace

Defined Under Namespace

Modules: Associatable, EasySave, Searchable Classes: AssocOptions, BelongsToOptions, DBConnection, HasManyOptions, SQLObject

Constant Summary collapse

ENV['PRINT_QUERIES'] == 'true'
ROOT_FOLDER =
Dir.pwd
USERS_SQL_FILE =
File.join(ROOT_FOLDER, 'schema.sql')
USERS_DB_FILE =
File.join(ROOT_FOLDER, 'schema.db')