Rails association – how to add the ‘has_many’ object to the ‘owner’ July 29, 2023 by Tarik current_user.score_cards << score_card OR score_card.user = current_user score_card.save