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