Class: Salestation::Web::Responses::UnprocessableEntityError
Instance Method Summary collapse
Methods inherited from Response
Instance Method Details
#body ⇒ Object
57 58 59 |
# File 'lib/salestation/web/responses.rb', line 57 def body super.merge({form_errors: form_errors}.compact) end |