mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-16 21:14:27 +08:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
class PublicController < ActionController::Base
|
|
skip_before_action :verify_authenticity_token
|
|
end
|