Sha256: b80f30b127d792f8267b10da2466739f8730577e008d722fea76db241a7c56c6
Contents?: true
Size: 201 Bytes
Versions: 9
Compression:
Stored size: 201 Bytes
Contents
module Knock class ApplicationController < ActionController::Base rescue_from ActiveRecord::RecordNotFound, with: :not_found private def not_found head :not_found end end end
Version data entries
9 entries across 9 versions & 1 rubygems