You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
the_sins_we_commit/app/views/session/current_sinner.json.jbuilder

8 lines
112 B

if current_user
json.current_user do
json.email current_user.email
end
else
json.current_user nil
end