Try || not |

On Jan 10, 2009, at 12:11 PM, James Bond wrote:

>
> Phlip wrote:
>> James Bond wrote:
>>> @city = params[:user][:city] if params[:user][:city]
>> @city = params[:user][:city] if params[:user]
>>
>> nil propagation indeed sucks, but if you have no [:user], you can't  
>> have
>> a
>> [:user][:city].
>
> Why this doesn't work:
>
> @city = params[:user][:city] | "xxx"
>
> Same error.
> -- 
> 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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to