Sha256: 66ea8849425d7395d78fa70554a0d336769c7489a9d47b374daf5aeda9e15230
Contents?: true
Size: 462 Bytes
Versions: 90
Compression:
Stored size: 462 Bytes
Contents
# frozen_string_literal: true module Decidim module Surveys module Admin # This controller is the abstract class from which all other controllers of # this engine inherit. # # Note that it inherits from `Decidim::Admin::Components::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Admin::Components::BaseController end end end end
Version data entries
90 entries across 90 versions & 1 rubygems