6 lines
112 B
Ruby
6 lines
112 B
Ruby
class MicrosoftController < ApplicationController
|
|
def identity_association
|
|
render layout: false
|
|
end
|
|
end
|