Sha256: caa41738c897ed7be2d81ea6cee536e4276fe9aa394247f07b961a15f3090585
Contents?: true
Size: 479 Bytes
Versions: 51
Compression:
Stored size: 479 Bytes
Contents
# frozen_string_literal: true module Decidim module System # The main application controller that inherits from Rails. class ApplicationController < ActionController::Base include FormFactory include PayloadInfo protect_from_forgery with: :exception, prepend: true helper Decidim::TranslationsHelper helper Decidim::DecidimFormHelper helper Decidim::ReplaceButtonsHelper helper Decidim::System::MenuHelper end end end
Version data entries
51 entries across 51 versions & 2 rubygems