module OpalORM

tomafro.net/2010/01/tip-relative-paths-with-file-expand-path ROOT_FOLDER = File.join(File.dirname(__FILE__), ‘..’) CATS_SQL_FILE = File.join(ROOT_FOLDER, ‘cats.sql’) CATS_DB_FILE = File.join(ROOT_FOLDER, ‘cats.db’)

Constants

CONFIG_PATH
CURRENT_PATH
DB_PATH