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
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
When an activity is defined, it is allowed to specify the actor/object classes as symbols.
Even the example in the readme is
Note, that the symbols (user/photo/album) are all lower-case.
But in the assign_data method of class Activity the error check goes as:
So if I send an object of the class User, class_sym would be :User and not :user
which should cause the check to fail and the error to be raised.
PS I haven't seen any such error till now (not till I started tinkering with the source in my fork), which is why I mentioned 'possbile discrepancy' 😕
The text was updated successfully, but these errors were encountered: