Sha256: 64e41c98b664c4e16c9cd077e59ff4be202cb52067b97d3d4d2c003b78c5d1da
Contents?: true
Size: 373 Bytes
Versions: 8
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module Decidim module ActionDelegator # This controller is the abstract class from which all other controllers of # this engine inherit. # class ApplicationController < Decidim::ApplicationController # def permission_class_chain # [::Decidim::ActionDelegator::Permissions] + super # end end end end
Version data entries
8 entries across 8 versions & 1 rubygems