Sha256: 503f0ef53adb3f933dc6d60aa1c2a96b8f2bae7e1241b64cc5fdb4291d6511bf
Contents?: true
Size: 456 Bytes
Versions: 54
Compression:
Stored size: 456 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::Features::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Features::BaseController helper Decidim::Meetings::ApplicationHelper end end end
Version data entries
54 entries across 54 versions & 2 rubygems