Sha256: 97f405a39ed903c71250953687cddaee55dcf61cd0647d6a4bf06d13ccb97c77
Contents?: true
Size: 451 Bytes
Versions: 40
Compression:
Stored size: 451 Bytes
Contents
# frozen_string_literal: true module Decidim module Results module Admin # 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::Admin::Features::BaseController end end end end
Version data entries
40 entries across 40 versions & 2 rubygems