1 2 3 4 5
class Api::Me::Show < ApiAction get "/api/me" do json UserSerializer.new(current_user) end end