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