Sha256: 62d042256bdcfec44bad941f857bfff18eea2fef2359f121cb68b3402923c4bf
Contents?: true
Size: 402 Bytes
Versions: 4
Compression:
Stored size: 402 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 def user_not_authorized_path decidim_admin.root_path end end end end
Version data entries
4 entries across 4 versions & 2 rubygems