Exception: Booth::Errors::MustBePost

Inherits:
BadRequest show all
Defined in:
lib/booth/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'This feature is only reachable via POST') ⇒ MustBePost

Returns a new instance of MustBePost.



71
72
73
# File 'lib/booth/errors.rb', line 71

def initialize(message = 'This feature is only reachable via POST')
  super
end