Sha256: fb8387470dd0fd9806519bfa67e0d32478641eb1a9394005428f93cf382c8a1f
Contents?: true
Size: 462 Bytes
Versions: 11
Compression:
Stored size: 462 Bytes
Contents
# frozen_string_literal: true module Decidim module DecidimAwesome module MapComponent # 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