Add opensimplif feature flip to hide user/gestionnaire tabs

This commit is contained in:
Julien Portalier 2016-10-18 15:51:32 +02:00
parent 86e6dd0233
commit 101bd68252
7 changed files with 40 additions and 10 deletions

View file

@ -83,6 +83,10 @@ class Features
def self.unified_login
false
end
def self.opensimplif
false
end
end
WebMock.disable_net_connect!(allow_localhost: true)