Sha256: dbe3058c25190d691e675994fb3c7865b52e85c11e6db705471d4d617f33467c
Contents?: true
Size: 405 Bytes
Versions: 54
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Decidim module Surveys # 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::Features::BaseController end end end
Version data entries
54 entries across 54 versions & 2 rubygems