hensei-api/app/models/weapon_awakening.rb
Justin Edmund 241393661c Update weapon_awakening.rb
- Removes redefined explicit associations
2025-02-09 18:34:46 -08:00

6 lines
122 B
Ruby

# frozen_string_literal: true
class WeaponAwakening < ApplicationRecord
belongs_to :weapon
belongs_to :awakening
end