klaay-chatbot/app/controllers/authenticate_controller.rb

8 lines
140 B
Ruby

# frozen_string_literal: true
class AuthenticateController < ApplicationController
def create
# Enable authentication here
end
end