Sha256: d7a6645bcdb60ec232ba120418646abaf2ea5449d06a29b94de8a71d81558325
Contents?: true
Size: 188 Bytes
Versions: 15
Compression:
Stored size: 188 Bytes
Contents
class ApplicationTwirpController < RailsTwirp::Base rescue_from ActiveRecord::RecordNotFound, with: :handle_not_found def handle_not_found error :not_found, "Not found" end end
Version data entries
15 entries across 15 versions & 1 rubygems