Sha256: f85c61ad8d4f34b4e0062999431b1ef0aef5d92f435af717d61af8420ad05840
Contents?: true
Size: 450 Bytes
Versions: 13
Compression:
Stored size: 450 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
13 entries across 13 versions & 2 rubygems