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