5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 23:05:45 +00:00

no fallar si el post no se encuentra

This commit is contained in:
f 2020-02-14 12:11:55 -03:00
parent 7623ce6297
commit 89b4cce04c
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -53,6 +53,7 @@ PostService = Struct.new(:site, :usuarie, :post, :params, keyword_init: true) do
post = posts.find(uuid, uuid: true)
order = reorder[uuid].to_i
next unless post
next unless post.attributes.include? :order
next if post.order.value == order