Sha256: 2dd6d8a55ef9da9e456f367d21974c358c6e71d8ad1110b9c196b7cc26cefa26
Contents?: true
Size: 188 Bytes
Versions: 5
Compression:
Stored size: 188 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery def delayed_job_admin_authentication render :text => "unauthorized" if params['unauthorized'] end end
Version data entries
5 entries across 5 versions & 1 rubygems