Top Level Namespace

Defined Under Namespace

Modules: TheCity, TheCityExceptions

Constant Summary collapse

TCA_ENV =
'production'
THE_CITY_ADMIN_PATH =
'https://api.onthecity.org'
THE_CITY_ADMIN_API_VERSION =
'application/vnd.thecity.admin.v1+json'
THECITY_LIB_DIR =

The path to the lib directory.

File.dirname(__FILE__)
THECITY_STORAGE_DIR =

The path to the storage directory that will be used for caching data to disk.

File.dirname(__FILE__) + '/../storage/'