forked from Gitlink/forgeplus
6 lines
100 B
Plaintext
6 lines
100 B
Plaintext
|
|
json.count @hooks_size
|
||
|
|
json.hooks do
|
||
|
|
json.array! @hooks.each do |h|
|
||
|
|
json.merge! h
|
||
|
|
end
|
||
|
|
end
|