Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaier committed Sep 12, 2014
1 parent 9198eb6 commit 537a954
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 537a954

Please sign in to comment.