mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
class PublicController < ActionController::Base
|
|
skip_before_action :verify_authenticity_token
|
|
end
|