Fixed wrong url during last commits.

This commit is contained in:
Benjamin Meichsner 2009-08-02 19:56:08 +02:00
parent 178fba7b30
commit 4545a5f17c

View file

@ -15,7 +15,7 @@
= observe_form 'sform', :frequency => 2, |
:before => "Element.show('loader')", |
:success => "Element.hide('loader')", |
:url => {:action => 'ordergroups'}, |
:url => foodcoop_ordergroups_path, |
:update => :ordergroups, |
:method => :get |