diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-12 23:42:05 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-12 23:42:05 +0200 |
commit | bd77f096ee70c011f27afa59817db8f7c4b29977 (patch) | |
tree | 5b92154d5fa6b0e4e22bcd5031193b54c0afcfab /lib/evendoors.rb | |
parent | 54d01433015c886ad188f456ed5b10b0184179ec (diff) | |
download | edoors-ruby-bd77f096ee70c011f27afa59817db8f7c4b29977.zip edoors-ruby-bd77f096ee70c011f27afa59817db8f7c4b29977.tar.gz |
ERROR_FIELD->FIELD_ERROR_MSG
Diffstat (limited to 'lib/evendoors.rb')
-rw-r--r-- | lib/evendoors.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/evendoors.rb b/lib/evendoors.rb index 0a3ceca..1f29b4c 100644 --- a/lib/evendoors.rb +++ b/lib/evendoors.rb @@ -37,7 +37,8 @@ module EvenDoors LNK_CONDF = 'edoors_lnk_condf'.freeze LNK_CONDV = 'edoors_lnk_condv'.freeze # - ERROR_FIELD = 'edoors_error'.freeze + FIELD_ERROR_MSG = 'edoors_error'.freeze + # ERROR_ROUTE_NS = 'routing error: no source'.freeze ERROR_ROUTE_RRWD = 'routing error: right room, wrong door'.freeze ERROR_ROUTE_RRNDD = 'routing error: right room, no drill down'.freeze |