Sha256: 3f8c02d7bb4c980050d57add7ccbba75c46842b349e8e49543a5ac8cd3d62f0b
Contents?: true
Size: 297 Bytes
Versions: 18
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Decidim module Api # Base controller for `decidim-api`. All other controllers inherit from this. class ApplicationController < ::DecidimController skip_before_action :verify_authenticity_token include NeedsOrganization end end end
Version data entries
18 entries across 18 versions & 2 rubygems