- Fix bug message erreur "Pas de dessin"
- Fix warning SIADETOKEN existant
This commit is contained in:
parent
a8f9237ec1
commit
6e2c0f733c
4 changed files with 15 additions and 2 deletions
|
@ -54,7 +54,9 @@ class ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
|
||||
SIADETOKEN = :valid_token
|
||||
if !(defined? SIADETOKEN)
|
||||
SIADETOKEN = :valid_token
|
||||
end
|
||||
|
||||
include Warden::Test::Helpers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue