klaay-chatbot/app/controllers/application_controller.rb

6 lines
136 B
Ruby

# frozen_string_literal: true
class ApplicationController < ActionController::Base
skip_before_action :verify_authenticity_token
end