I am trying to automacally assign custom fields on my activities.
I know you can pass a proc to 'tracked' (eg:
{ tracked custom_field: proc {|controller, model| controller.some_helper })
PublicActivity::Common to my models since I only create activities manually.