Method: Engine2::Handler#halt_method_not_allowed
- Defined in:
- lib/engine2/handler.rb
#halt_method_not_allowed(cause = '', message = LOCS[:access_method_not_allowed]) ⇒ Object
25 26 27 |
# File 'lib/engine2/handler.rb', line 25 def halt_method_not_allowed cause = '', = LOCS[:access_method_not_allowed] halt_json 405, cause, end |