forgeplus/app/views/api/v1/projects/git/blobs.json.jbuilder

4 lines
143 B
Ruby

json.sha @result_object['sha']
json.size @result_object['size']
json.encoding @result_object['encoding']
json.content @result_object['content']