|
|
|
@ -2,6 +2,7 @@ json.hack do
|
|
|
|
|
json.(@hack, :id, :name, :difficult, :time_limit, :description, :score, :identifier, :status, :praises_count)
|
|
|
|
|
json.language @hack.language
|
|
|
|
|
json.username @hack.user.real_name
|
|
|
|
|
json.user_path "/users/#{@hack.user.login}"
|
|
|
|
|
json.code @my_hack.code
|
|
|
|
|
json.pass_count @hack.pass_num
|
|
|
|
|
json.submit_count @hack.submit_num
|
|
|
|
@ -19,5 +20,4 @@ json.user do
|
|
|
|
|
json.partial! 'users/user', user: current_user
|
|
|
|
|
json.hack_manager @hack.manager?(current_user)
|
|
|
|
|
json.admin current_user.admin_or_business?
|
|
|
|
|
|
|
|
|
|
end
|