blob: e8acfbecf774d35d9998a638651d02f3817fabe3 (
plain)
| 1
2
3
4
 | # In case we use a different ORM at some point
VALIDATION_FAILED = CouchRest::Model::Errors::Validations
RECORD_NOT_FOUND  = CouchRest::Model::DocumentNotFound
RESOURCE_NOT_FOUND  = RestClient::ResourceNotFound
 |