Sha256: 1d45b57d3a60f161bf84ead91d85538f1379d65651e9e5d20c8a77c80d64ef93
Contents?: true
Size: 465 Bytes
Versions: 11
Compression:
Stored size: 465 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome module IframeComponent # 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 end
Version data entries
11 entries across 11 versions & 1 rubygems