class CustomDutyHsSections::DeleteHandler
- CustomDutyHsSections::DeleteHandler
- Marten::Handlers::Base
- Reference
- Object
Defined in:
handlers/custom_duty_hs_sections/delete_handler.crInstance Method Summary
-
#delete
Handles a
DELETE
HTTP request and returns aMarten::HTTP::Response
object.
Instance Method Detail
def delete
#
Description copied from class Marten::Handlers::Base
Handles a DELETE
HTTP request and returns a Marten::HTTP::Response
object.
The default implementation will return a 405 (not allowed) response.