Sha256: 2244a98a84b6cb1146f33391f778c9cc5793d66d1ae38e65b27a1db4508ed874
Contents?: true
Size: 409 Bytes
Versions: 92
Compression:
Stored size: 409 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::Components::BaseController`, which # override its layout and provide all kinds of useful methods. class ApplicationController < Decidim::Components::BaseController end end end
Version data entries
92 entries across 92 versions & 1 rubygems