Sha256: 34ecadce83c879c8cd093a086a083cf8e17c284145ea32e438a3f78544fed32c
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
module Madmin class BaseController < ActionController::Base include ::ActiveStorage::SetCurrent if defined?(::ActiveStorage) include Pagy::Backend protect_from_forgery with: :exception end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
madmin-2.0.0 | app/controllers/madmin/base_controller.rb |