Sha256: e808c43059ed8062ebefea4e8f32117d7b67e769f8b3e619299e6823bf3c73d9
Contents?: true
Size: 412 Bytes
Versions: 88
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true module Decidim module Sortitions # 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
88 entries across 88 versions & 1 rubygems