Sha256: 65ae9c6b827eda9b730e8282a2b3440c868d9e6549ff21e69a05ccfa377ee6eb
Contents?: true
Size: 247 Bytes
Versions: 15
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module Decidim module Api # Base controller for `decidim-api`. All other controllers inherit from this. class ApplicationController < ActionController::Base include NeedsOrganization end end end
Version data entries
15 entries across 15 versions & 2 rubygems