add some test and things

This commit is contained in:
2021-08-09 19:31:54 +02:00
parent a5d160724b
commit 8e5e5336c7
60 changed files with 29358 additions and 116 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class RpWorld < ApplicationRecord
belongs_to :user
alias_attribute :owner, :user

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowCharacterPlayRpWorld < ApplicationRecord
belongs_to :wow_character
belongs_to :rp_world

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowCovenant < ApplicationRecord
extend Mobility
translates :name, :description

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowCovenantProgress < ApplicationRecord
belongs_to :wow_character
belongs_to :wow_covenant

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowCreature < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowCreatureFamily < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowCreatureType < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowItem < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowItemClass < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowItemInventoryType < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowItemQuality < ApplicationRecord
extend Mobility
translates :name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowItemSubClass < ApplicationRecord
extend Mobility
translates :display_name, :verbose_name

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowSpell < ApplicationRecord
extend Mobility
translates :name, :description