Method: CloudKit::ResponseHelpers#status_422
- Defined in:
- lib/cloudkit/store/response_helpers.rb
#status_422 ⇒ Object
21 22 23 |
# File 'lib/cloudkit/store/response_helpers.rb', line 21 def status_422 json_error_response(422, 'unprocessable entity') end |