BSON::ObjectId has to be converted in String in liquid templates
This commit is contained in:
parent
e0b9367f10
commit
8e26b922f4
@ -24,7 +24,7 @@ module CustomFields
|
|||||||
class Item
|
class Item
|
||||||
|
|
||||||
def to_liquid
|
def to_liquid
|
||||||
{ 'id' => self._id, 'name' => self.name }
|
{ 'id' => self._id.to_s, 'name' => self.name }
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user