mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
10 lines
No EOL
155 B
Ruby
10 lines
No EOL
155 B
Ruby
module API
|
|
module V1
|
|
class UsersController < ApplicationController
|
|
def show
|
|
@user = authorize current_user
|
|
end
|
|
|
|
end
|
|
end
|
|
end |