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.
educoder/app/views/contents/delete_file.json.jbuilder

7 lines
181 B

json.commit do
json.sha @file['commit']['sha']
json.message @file['commit']['message']
json.author @file['commit']['author']
json.committer @file['commit']['committer']
end