Sha256: de7ece8af92f5dc2e048a3402421fa901432d56ed78315aa9a93617f7b483bc7
Contents?: true
Size: 254 Bytes
Versions: 25
Compression:
Stored size: 254 Bytes
Contents
class EventCalendar::ApplicationController < ApplicationController helper_method :has_authorization? private unless private_method_defined?(:has_authorization?) def has_authorization?(*args) true end end protected public end
Version data entries
25 entries across 25 versions & 1 rubygems