Anatolii Borysov
Results
2
issues of
Anatolii Borysov
It is possible to set custom fields using #tracked method, however, when I create an activity using #create_activity method, custom fields are just ignored ``` def track_activity(model, activity_name, params={}) model.create_activity...
bug
when I have something like `every(1.week, 'blah')` is there a way for me to specify (or even know) when will it be triggered? Like, Sunday or Monday? Is there anything...