Merge: lib/popcorn: replace json_error method by something more useful
authorJean Privat <jean@pryen.org>
Tue, 16 May 2017 13:28:13 +0000 (09:28 -0400)
committerJean Privat <jean@pryen.org>
Tue, 16 May 2017 13:28:13 +0000 (09:28 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Pull-Request: #2438

1  2 
lib/popcorn/pop_validation.nit

@@@ -95,10 -95,8 +95,8 @@@ en
  #
  # Errors messages are grouped into *scopes*. A scope is a string that specify wich
  # field or document the error message is related to.
- #
- # See `HttpResponse::json_error`.
  class ValidationResult
 -      super Jsonable
 +      super Serializable
  
        # Object parsed during validation
        #