Sha256: 30e4fb24e371296c4d7f2381524f9911d5e48f1e313bc54bb159b5ed76acdff6
Contents?: true
Size: 460 Bytes
Versions: 75
Compression:
Stored size: 460 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. class ApplicationController < Decidim::Components::BaseController helper Decidim::Meetings::ApplicationHelper end end end
Version data entries
75 entries across 75 versions & 1 rubygems