Files
site/app/models/wow_standing.rb
2021-05-06 17:49:15 +02:00

10 lines
168 B
Ruby

# frozen_string_literal: true
class WowStanding < ApplicationRecord
extend Mobility
translates :name
belongs_to :wow_character
belongs_to :wow_reputation
end