Displaying 1 result from an estimated 1 matches for "itemnew".
2005 Nov 18
6
wrong number of arguments (2 for 1) error message help
...t
=> ''0''
t.column :image, :text, :null => true
end
end
# right now we are displaying this flash for debugging purposes
will probably remove it in the near future
flash[:notice] = ''Item was successfully created.''
$itemnew = @item
redirect_to :action => ''page2''
else
render :action => ''new''
end
end
I am creating $itemnew as i could not get the item to pass on to the
page2 action any other way. that code is here (this is where I have
the problem)...