Displaying 2 results from an estimated 2 matches for "unnesesari".
Did you mean:
unnesesary
2004 Feb 15
8
Wifi Phones
Hello list, I was going to buy this weekend a Wisip from
http://www.pulverinnovations.com/, but jeff got out of stock and he wont
have Wisip for the next 3 to 4 weeks. So I start searching for other
wifi phones because I was really upset about it and I found IPC5000 from
http://www.fahdtel.com/sip_phones.htm, I liked so much the pic that I
email the guy and he send me the PDF with all the details
2006 Apr 14
2
spot the error (I can''t, I''m new)
I have a form that I want to use to update multiple
objects. In the controller,
@grades = Grade.find(params[:grade].keys)
@grades.each_with_index do |grade, i|
grade.update_attribute(params[:grade][i])
end
all_valid = @grades.inject(true) {|memo, c|
c.valid? && memo }
this doesn''t update the attributes as I would expect.
(I would just use