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
Describe the bug
Hi. I came across this issue while writing my tests. I'm not sure if that's intentional or not, but to me it seems like an oversight...? If you manually generate an activity and set its subject, the tapActivity() method on that subject model will not get called.
To Reproduce
Add a tapActivity() method on the user model.
Run the following code:
Describe the bug
Hi. I came across this issue while writing my tests. I'm not sure if that's intentional or not, but to me it seems like an oversight...? If you manually generate an activity and set its subject, the
tapActivity()
method on that subject model will not get called.To Reproduce
Add a
tapActivity()
method on the user model.Run the following code:
Expected behavior
I would expect the the
tapActivity()
handler to get called during the creation of the activity.Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: