hensei-api/app/models/party.rb

5 lines
151 B
Ruby

class Party < ApplicationRecord
##### ActiveRecord Associations
belongs_to :user, optional: true
has_many :weapons, through: :grid_weapons
end