Displaying 1 result from an estimated 1 matches for "sale_item".
Did you mean:
sale_items
2008 May 08
0
Controller/action not working in url
Hey guys,
i am facing some problems in calling an action. see details:
in sale_items controller, i have a function
def saleedit
--code--
render ( :action => ''saleedit'')
end
and i have a file in view/sale_items/saleedit.html.erb.
okay. now i have one more view view/sale_items/new.html.erb. in this
file i have a form like this:
<% form_tag url_for(...