Gavin wrote:
> validates_presence_of :user_id only tests that there is a value for
> user_id
> 
> 
> with this method, user_id could be any integer, not necessarily a
> valid user.
> 
> validates_presence_of :user will also check that the user is a valid
> record on the database.
> 
> That clear it up?

so validates_presence_of :user does the same like the combination of 
validates_presence_of :user_id and validates_associated :user... right? 
thanks for the explanation. :-)
-- 
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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to