Sha256: 3f0bcab42aa21240203587c48425ad6b417097cd23e8b02e08d497bac68f529a

Contents?: true

Size: 162 Bytes

Versions: 2

Compression:

Stored size: 162 Bytes

Contents

# frozen_string_literal: true

class Api::V1::UsersController < Api::V1::BaseController
  def show
    render_jsonapi current_user, type: :user_details
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
n_base_rails-0.1.2 lib/controllers/api/v1/users_controller.rb
n_base_rails-0.1.1 lib/controllers/api/v1/users_controller.rb