Sha256: 00c3681751a3122a40a0896393a7604bdf4356e8d5e2a378bd2a21cc22ba5dfb
Contents?: true
Size: 290 Bytes
Versions: 4
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # The main application controller that inherits from Rails. class ApplicationController < ActionController::Base include NeedsOrganization protect_from_forgery with: :exception, prepend: true end end end
Version data entries
4 entries across 4 versions & 2 rubygems