Sha256: db811296642b7c399397232d904b915bb8aa10c80a568c5a2f3f99cadcc212e0
Contents?: true
Size: 405 Bytes
Versions: 38
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Decidim module Results # 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
38 entries across 38 versions & 2 rubygems