diff options
| author | Luc Donnet | 2015-04-22 11:37:37 +0200 |
|---|---|---|
| committer | Luc Donnet | 2015-04-22 11:37:37 +0200 |
| commit | 803d5e26bc7620a55aef005df3585ed93728dd93 (patch) | |
| tree | 8a8aef6ed82e484981bb273d0f619d8f582fdac1 /app/controllers/chouette_controller.rb | |
| parent | 42c570ba88f073d0082b948ced1e3b6f57868afe (diff) | |
| download | chouette-core-803d5e26bc7620a55aef005df3585ed93728dd93.tar.bz2 | |
Begin to fix spec
Diffstat (limited to 'app/controllers/chouette_controller.rb')
| -rw-r--r-- | app/controllers/chouette_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/chouette_controller.rb b/app/controllers/chouette_controller.rb index 204a3d6c5..ca33afba1 100644 --- a/app/controllers/chouette_controller.rb +++ b/app/controllers/chouette_controller.rb @@ -6,7 +6,7 @@ class ChouetteController < BreadcrumbController before_filter :switch_referential def switch_referential - Apartment::Tenant.switch(referential.slug) + Apartment::Tenant.switch!(referential.slug) end def referential |
