commented bugged validate_template method call, created issue #673
This commit is contained in:
parent
b2ead2047b
commit
102a1b133a
@ -3,7 +3,7 @@ module Validators
|
||||
class TemplateContent < Base
|
||||
|
||||
def valid?
|
||||
@model.provider_instance.validate_template(@model.template_body)
|
||||
# @model.provider_instance.validate_template(@model.template_body)
|
||||
true
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user