aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTeddy Wing2017-08-25 19:12:42 +0200
committerTeddy Wing2017-08-25 19:12:42 +0200
commitf9bc4a4e1469ebdc5b294f0fb04c608c6e1dbd98 (patch)
tree36630b9bc3a39151376e4f2f64dc911328dc296d /app
parent3f7c607546caf3fa3cad0fd5e4d47a84637f352e (diff)
downloadchouette-core-f9bc4a4e1469ebdc5b294f0fb04c608c6e1dbd98.tar.bz2
ErrorFormat: Add TODO to move this file
Robert recommended that this file should not live in concerns. Move it somewhere else (maybe lib/ ?).
Diffstat (limited to 'app')
-rw-r--r--app/models/concerns/error_format.rb3
1 files changed, 3 insertions, 0 deletions
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