Sha256: 923c5f9e8612f5a9722d67048077b883516af98d89a7ac43c37a06b144b92305

Contents?: true

Size: 245 Bytes

Versions: 1

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

# :nocov:
module Yext
  module Api
    # The base class for the Engines controllers.
    class ApplicationController < ActionController::Base
      protect_from_forgery with: :exception
    end
  end
end
# :nocov:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yext-api-0.1.1 app/controllers/yext/api/application_controller.rb