Sha256: d929154c728cd02d48f551eee330a01f4a627b2483b693fa00c935634ef8f358
Contents?: true
Size: 296 Bytes
Versions: 5
Compression:
Stored size: 296 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_filter :verify_authenticity_token include NeedsOrganization end end end
Version data entries
5 entries across 5 versions & 2 rubygems