8 lines
135 B
Ruby
8 lines
135 B
Ruby
class My::IdentitiesController < ApplicationController
|
|
disallow_account_scope
|
|
|
|
def show
|
|
@identity = Current.identity
|
|
end
|
|
end
|