mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 00:53:08 +00:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
class PublicController < ActionController::Base
|
|
skip_before_action :verify_authenticity_token
|
|
end
|