There was an error while loading. Please reload this page.
1 parent 4aebccd commit 096ffa8Copy full SHA for 096ffa8
1 file changed
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