CardTapp/yext-api

View on GitHub
app/controllers/yext/api/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# 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