From f9bc4a4e1469ebdc5b294f0fb04c608c6e1dbd98 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 25 Aug 2017 19:12:42 +0200 Subject: ErrorFormat: Add TODO to move this file Robert recommended that this file should not live in concerns. Move it somewhere else (maybe lib/ ?). --- app/models/concerns/error_format.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/models/concerns/error_format.rb b/app/models/concerns/error_format.rb index 7f5c357ce..158edb6e4 100644 --- a/app/models/concerns/error_format.rb +++ b/app/models/concerns/error_format.rb @@ -1,3 +1,6 @@ +# TODO: This module should be moved out of concerns to somewhere that makes +# more sense. + module ErrorFormat extend self def details error_object -- cgit v1.2.3