micro-blogger/app/views/v1/authentication/authenticate.json.jbuilder

5 lines
107 B
Plaintext
Raw Normal View History

2018-11-10 18:46:47 -06:00
# frozen_string_literal: true
json.auth_token @token
json.user @user, partial: "v1/users/user", as: :user