You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionView::Template::Error (PG::UndefinedFunction: ERROR: operator does not exist: integer = uuid
LINE 3: AND "read_marks".readable_id = "messages"....
My messages have UUID's. Is there support for UUID'S?
The text was updated successfully, but these errors were encountered:
In my view I have the following line of code:
chat.messages.unread_by(@current_identity).length
However this results into the following error:
My messages have UUID's. Is there support for UUID'S?
The text was updated successfully, but these errors were encountered: