Hi all

I'm a bit confused whether it's better to check for the ID of a related
object or the related object itself?

validates_presence_of :user    # is this better?
validates_presence_of :user_id # or is this better?

What would you suggest? Thanks,
Josh
-- 
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