Sha256: 8c5770e9218a4cc087d2460debf28ec55570f8167ecc83c415f2def1ab32b9de
Contents?: true
Size: 403 Bytes
Versions: 53
Compression:
Stored size: 403 Bytes
Contents
class << Agilibox attr_writer :parent_controller def parent_controller @parent_controller ||= [ "ApplicationController", "ActionController::Base", ].map(&:safe_constantize).compact.first end attr_writer :parent_mailer def parent_mailer @parent_mailer ||= [ "ApplicationMailer", "ActionMailer::Base", ].map(&:safe_constantize).compact.first end end
Version data entries
53 entries across 53 versions & 1 rubygems