Files
chatwoot/app/controllers/microsoft_controller.rb
T

6 lines
112 B
Ruby

class MicrosoftController < ApplicationController
def identity_association
render layout: false
end
end