What about in after_user_new ?
Is there an example that can be posted specifically to this situation?
I'm struggling to understand how the INSERT statement will take into
account the owner_id when it executes, as all records in this
application are owned by users. I can hardcode that value into the
INSERT/VALUE statement, but that doesn't really help because each new
user will have a different :user_id.
Can someone provide an example of how this might be accomplished?