Sha256: 212f9d02b6aede9baefb802a7ae85fc24d70555d90d8c87936644521c6c39dbd
Contents?: true
Size: 277 Bytes
Versions: 15
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module Importo class ApplicationController < Importo.config.base_controller.constantize include MaintenanceStandards include Importo.config.admin_authentication_module.constantize if Importo.config.admin_authentication_module end end
Version data entries
15 entries across 15 versions & 1 rubygems