class Puuko::Endpoints::NotFound

Public Instance Methods

handle() click to toggle source
# File lib/puuko/endpoints/not_found.rb, line 4
def handle
  render status: 404
end