Sha256: 07540f93a9e852b23ae240703f37ea01a475db05a2fca06c2782db6de603e676
Contents?: true
Size: 255 Bytes
Versions: 69
Compression:
Stored size: 255 Bytes
Contents
module ActionController #:nodoc: class Base # adding to ActionController::Base so it can overrided in ApplicationController def deny_access head :forbidden # better for action or record not allowed, according to RFC 7231 end end end
Version data entries
69 entries across 69 versions & 1 rubygems