I've a model called broadcastinfo, It has fields like.. info,userid. userid is excluded. when i add an new info, my broadcastinfo table should get the records of all userid from user table and the given message for each userid. Im trying this via signal.Any idea is highly appreciated. Thanks