Sha256: 1cb65b0d1293b4ff5e88ed95e9aec1a0f3b64e75966c86d6f9bcbab7cb7b1c91
Contents?: true
Size: 501 Bytes
Versions: 24
Compression:
Stored size: 501 Bytes
Contents
# frozen_string_literal: true module Decidim module Meetings # This controller is the abstract class from which all other controllers of # this engine inherit. # # Note that it inherits from `Decidim::Components::BaseController`, which # override its layout and provide all kinds of useful methods. module Directory class ApplicationController < Decidim::ApplicationController helper Decidim::Meetings::Directory::ApplicationHelper end end end end
Version data entries
24 entries across 24 versions & 1 rubygems