Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaier committed Dec 1, 2014
1 parent a5e242c commit 765acc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pliny/templates/endpoint_scaffold.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Endpoints

get do
<%= fields_name %> = uuid_paginator(<%= singular_class_name %>, args: { max: 10 })
encode serialize(%= fields_name %)
encode serialize(%= fields_name %)
end

post do
Expand Down

0 comments on commit 765acc6

Please sign in to comment.