Sha256: 9523464f88f3bf0915ab5539c9546450596dc4c84f8e8c4f0697c426074eab58
Contents?: true
Size: 506 Bytes
Versions: 48
Compression:
Stored size: 506 Bytes
Contents
# frozen_string_literal: true module Ibrain class BaseController < Ibrain::Config.parent_controller.constantize include ActionController::Helpers include Ibrain::Core::ControllerHelpers::Response include Ibrain::Core::ControllerHelpers::StrongParameters include Ibrain::Core::ControllerHelpers::CurrentHost include Ibrain::Core::ControllerHelpers::Auth include IbrainErrors include IbrainHandler protected def cryptor Ibrain::Encryptor.new end end end
Version data entries
48 entries across 48 versions & 1 rubygems