I have an activeadmin resource which has a belongs_to :user relationship.
When I create a new Instance of the model in active admin, I want to associate the currently lo
As per the AA source code this worked for me:
controller do def call_before_create(offer) end end