Sha256: 13fed315c43650c76cfef04998f2249ab6b1143dd260129a98b90516e903e056
Contents?: true
Size: 398 Bytes
Versions: 15
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true module Decidim module Api # Controller to serve the GraphiQL client. Used so that we can hook the # `ForceAuthentication` module. class GraphiQLController < ::GraphiQL::Rails::EditorsController include NeedsOrganization include ForceAuthentication def self.controller_path "graphiql/rails/editors" end end end end
Version data entries
15 entries across 15 versions & 1 rubygems