Class: Salestation::Web::Responses::UnprocessableEntityError

Inherits:
Error
  • Object
show all
Defined in:
lib/salestation/web/responses.rb

Instance Method Summary collapse

Methods inherited from Response

with_code

Instance Method Details

#bodyObject



57
58
59
# File 'lib/salestation/web/responses.rb', line 57

def body
  super.merge({form_errors: form_errors}.compact)
end