Closed durchanek closed 9 years ago
Problem is obviously in extjs/data/store.rb, line 116, instead of proxy["url"] = "/#{@controller.controller_name}.#{@format.to_s}" there should be proxy["url"] = "/#{@controller.controller_path}.#{@format.to_s}"
Ok, I wasn't even aware of controller_path.
@durchanek well that only took 5 years to clear that out ;)
Problem is obviously in extjs/data/store.rb, line 116, instead of proxy["url"] = "/#{@controller.controller_name}.#{@format.to_s}" there should be proxy["url"] = "/#{@controller.controller_path}.#{@format.to_s}"