Store mentions in after_save callback
Instead of calling store_mentions! for each model save, move it to after_save callback to get it called and not worry to miss any save or update calls.
Showing
Please register or sign in to comment
Instead of calling store_mentions! for each model save, move it to after_save callback to get it called and not worry to miss any save or update calls.