initial commit
This commit is contained in:
4
app/views/solutions/index.json.jbuilder
Normal file
4
app/views/solutions/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.array!(@solutions) do |solution|
|
||||
json.extract! solution, :number, :time, :username
|
||||
json.url solution_url(solution, format: :json)
|
||||
end
|
||||
Reference in New Issue
Block a user