Ruby on Rails Wednesday, April 25, 2012

u.update_attributes(...)  is a method and you give it a hash as parameter

u.attributes = ... just assigns the attributes variable with a hash.


Den onsdagen den 25:e april 2012 kl. 21:15:36 UTC+2 skrev Ruby-Forum.com User:
So why the = sign in the first example?

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/rwqHHSgWfwsJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment