aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2013-06-04 01:50:32 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2013-06-04 01:52:30 +0200
commit2c64c3df9f34384894071712ec153329fc224aa1 (patch)
tree39b3e44be50c33e4f634adea0bcf5075d2be44d2 /app
parent2060defad2971122d634d22d25f002ee4bad1eff (diff)
downloadecs2-2c64c3df9f34384894071712ec153329fc224aa1.tar.gz
ecs2-2c64c3df9f34384894071712ec153329fc224aa1.zip
Fixed postrouting for anonymous participants.
Diffstat (limited to 'app')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index ab65daa..2cb218b 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -72,7 +72,6 @@ protected
# new anonymous participant
if request.headers["X-EcsAuthId"].blank? and request.headers["Cookie"].blank?
@participant, @cookie = Participant.generate_anonymous_participant
- Ressource.postrouting(@participant)
return @participant
end
# anonymous participants