Top Level Namespace

Defined Under Namespace

Modules: Agree2

Constant Summary collapse

AGREE2_ENV =
:production
AGREE2_URL =
(AGREE2_ENV==:development) ? 'http://agree2.dev' : 'https://agree2.com'
AGREE2_JSON_HEADERS =
{'Content-Type'=>'application/json','Accept'=>'application/json'}