Files
leadchat/app/controllers/microsoft_controller.rb
2023-01-19 01:06:01 +05:30

6 lines
112 B
Ruby

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