Sha256: 3b4af44c0d4ca2d22164d1f5bd24152acfc425ea9489943a8b957efd179bf689
Contents?: true
Size: 227 Bytes
Versions: 8
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module Yext module Api # The base class for the Engines controllers. class ApplicationController < ActionController::Base # protect_from_forgery with: :exception end end end
Version data entries
8 entries across 8 versions & 1 rubygems