Top Level Namespace
Defined Under Namespace
Modules: Associatable, EasySave, Searchable Classes: AssocOptions, BelongsToOptions, DBConnection, HasManyOptions, SQLObject
Constant Summary collapse
- PRINT_QUERIES =
ENV['PRINT_QUERIES'] == 'true'
- ROOT_FOLDER =
File.join(File.dirname(__FILE__) )
- USERS_SQL_FILE =
File.join(ROOT_FOLDER, 'example.sql')
- USERS_DB_FILE =
File.join(ROOT_FOLDER, 'example.db')