diff options
| author | Teddy Wing | 2017-08-25 19:12:42 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-08-25 19:12:42 +0200 |
| commit | f9bc4a4e1469ebdc5b294f0fb04c608c6e1dbd98 (patch) | |
| tree | 36630b9bc3a39151376e4f2f64dc911328dc296d /app | |
| parent | 3f7c607546caf3fa3cad0fd5e4d47a84637f352e (diff) | |
| download | chouette-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.rb | 3 |
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 |
