On Jan 31, 2006, at 3:51 PM, Eric Sloane wrote:
> Hi,
> I have the following code fragment;
>
> comm_type = Communication.find_by_sql('select id from
> communication_types where upper(description) =
"EMAIL"')
>
> Which results in
> >> comm_type
> => [#<Communication:0x39a0f60 attributes={"id"=>"4"}>]
>
> But when I try to test an ActiveREcord against this it
doesn't work;
>
> recipient.communications.each do |comm|
> if comm.communications_type_id == comm_type
if comm.communications_type_id == comm_type.id
> email_address = comm.code
> end
> end
>
> What do I need to write to get at that value in the
hash. Sorry
> it's such a dumb question :~(
>
> Cheers,
> Eric.
>
> _______________________________________________
> Rails mailing list
> Rails lists.rubyonrails.org
> h
ttp://lists.rubyonrails.org/mailman/listinfo/rails
>
I think thats all your missing
Cheers-
-Ezra Zygmuntowicz
Yakima Herald-Republic
WebMaster
http://yakimaherald.com
509-577-7732
ezra yakima-herald.com
_______________________________________________
Rails mailing list
Rails lists.rubyonrails.org
h
ttp://lists.rubyonrails.org/mailman/listinfo/rails
|