extjs / mvc

Ruby ExtJS Tools
http://www.extonrails.com
MIT License
118 stars 50 forks source link

0.3.5 does not work with namespaced controllers #4

Closed durchanek closed 9 years ago

durchanek commented 15 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}"

christocracy commented 15 years ago

Ok, I wasn't even aware of controller_path.

christocracy commented 9 years ago

@durchanek well that only took 5 years to clear that out ;)