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