- Fix bug message erreur "Pas de dessin"

- Fix warning SIADETOKEN existant
This commit is contained in:
Xavier J 2015-08-12 10:38:34 +02:00
parent a8f9237ec1
commit 6e2c0f733c
4 changed files with 15 additions and 2 deletions

View file

@ -54,7 +54,9 @@ class ActiveRecord::Base
end
end
SIADETOKEN = :valid_token
if !(defined? SIADETOKEN)
SIADETOKEN = :valid_token
end
include Warden::Test::Helpers