Iker Narvaez

fix typo

...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 # 13 #
14 class Pool < ApplicationRecord 14 class Pool < ApplicationRecord
15 15
16 - validates :name, :editable_unitl, presence: true 16 + validates :name, :editable_until, presence: true
17 17
18 has_many :matches, dependent: :destroy, inverse_of: :pool 18 has_many :matches, dependent: :destroy, inverse_of: :pool
19 19
......