app/controllers/yext/api/application_controller.rb in yext-api-0.1.1 vs app/controllers/yext/api/application_controller.rb in yext-api-0.1.3
- old
+ new
@@ -1,12 +1,10 @@
# 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
+ # protect_from_forgery with: :exception
end
end
end
-# :nocov: