Chatwoot/app/controllers/public_controller.rb

7 lines
283 B
Ruby
Raw Normal View History

# TODO: we should switch to ActionController::API for the base classes
# One of the specs is failing when I tried doing that, lets revisit in future
class PublicController < ActionController::Base
include RequestExceptionHandler
skip_before_action :verify_authenticity_token
end