Sha256: 9b162e7a7fdac89c6bc7f9c4381cbc19e2bce11e11744dcdecfb6f8755506792
Contents?: true
Size: 454 Bytes
Versions: 93
Compression:
Stored size: 454 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # 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::Blogs::ApplicationHelper end end end
Version data entries
93 entries across 93 versions & 1 rubygems