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 a69f552 commit 40d232fCopy full SHA for 40d232f
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