We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5384ed6 commit b336f87Copy full SHA for b336f87
lib/pliny/templates/endpoint_scaffold.erb
@@ -7,7 +7,7 @@ module Endpoints
7
8
get do
9
<%= fields_name %> = uuid_paginator(<%= singular_class_name %>, args: { max: 10 })
10
- encode serialize(%= fields_name %)
+ encode serialize(%= fields_name %)
11
end
12
13
post do
0 commit comments