mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 15:56:20 +00:00
fix: validar presencia de atributos
This commit is contained in:
parent
957fb2edb2
commit
2282acfc6e
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ class IndexedPost < ApplicationRecord
|
|||
.flatten.uniq
|
||||
end
|
||||
|
||||
validates_presence_of :layout, :path, :locale
|
||||
|
||||
belongs_to :site
|
||||
|
||||
# La ubicación del Post en el disco
|
||||
|
|
Loading…
Reference in a new issue