mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 21:56:21 +00:00
fix: deprecar método MetadataTemplate#array? que nunca se usó
This commit is contained in:
parent
76fd32bd92
commit
a4ae27be89
1 changed files with 0 additions and 4 deletions
|
@ -121,10 +121,6 @@ MetadataTemplate = Struct.new(:site, :document, :name, :label, :type,
|
|||
value.to_s
|
||||
end
|
||||
|
||||
def array?
|
||||
type == 'array'
|
||||
end
|
||||
|
||||
# En caso de que algún campo necesite realizar acciones antes de ser
|
||||
# guardado
|
||||
def save
|
||||
|
|
Loading…
Reference in a new issue