Skip to content

Commit 5cc9268

Browse files
committed
Re-add Ruby
1 parent 7934b07 commit 5cc9268

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/vendor/scribe/partials/example-requests/ruby.md.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
@endif
1919

2020
response = RestClient.{{strtolower($endpoint->httpMethods[0])}}(
21-
'{{ $baseUrl }}/{{ $endpoint->boundUri }}'@if(!empty($endpoint->cleanBodyParameters)),
22-
body @endif
21+
'{{ $baseUrl }}/{{ $endpoint->boundUri }}'@if(!empty($endpoint->cleanBodyParameters)),
22+
body @endif
2323
@if(!empty($endpoint->headers)),
24-
headers
24+
headers
2525
@endif
2626
)
2727

0 commit comments

Comments
 (0)