Ruby on Rails Tuesday, February 18, 2014

Hi,

I found one answer from - http://stackoverflow.com/a/20198450/2767755

@users = User.where(name: [@request.requester,
@request.regional_sales_mgr]).all

Here @users will be having all those users, whose names are either
`@request.requester` or `@request.regional_sales_mgr`.

But what is the Ruby statement to get the result of -

"@users will be having all those users, whose names are
`@request.requester` and `@request.regional_sales_mgr`" ?

--
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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6d230a4c7e0b444ffe0b0e0f384e1413%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment