mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-16 21:06:22 +08:00
6 lines
249 B
Ruby
6 lines
249 B
Ruby
# 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
|
|
skip_before_action :verify_authenticity_token
|
|
end
|