search for: storedorderscontroller

Displaying 1 result from an estimated 1 matches for "storedorderscontroller".

2009 Jul 27
3
render syntax has me stumped
Hi,From within an action called manager within a controller called storedorders, I want to render to the view for the manger action of controller orders. It really seems like the following syntax should work: (within the StoredordersController manager method...) respond_to do |format| format.html {render :controller => ''orders'', :action => ''manager''} # format.xml { head :ok } end But I get the following message: "Template is missing Missing template storedorders/man...