Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... | 
- 
Please register or login to post a comment