I have a model in rails that refers to a game_item that belongs to a user. This weapon has an is_equipped column that resembles whether the item is equipped or not. The game_item can be a weapon, a helmet and more (specified by item_type in game_item model).I have a model in rails that refers to a game_i