Fixed wrong url during last commits.
This commit is contained in:
parent
178fba7b30
commit
4545a5f17c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
= observe_form 'sform', :frequency => 2, |
|
= observe_form 'sform', :frequency => 2, |
|
||||||
:before => "Element.show('loader')", |
|
:before => "Element.show('loader')", |
|
||||||
:success => "Element.hide('loader')", |
|
:success => "Element.hide('loader')", |
|
||||||
:url => {:action => 'ordergroups'}, |
|
:url => foodcoop_ordergroups_path, |
|
||||||
:update => :ordergroups, |
|
:update => :ordergroups, |
|
||||||
:method => :get |
|
:method => :get |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue