10 lines
168 B
Ruby
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
|