Ruby on Rails Wednesday, August 31, 2011

Thanks very much. Good point, too.

Walter

On Aug 30, 2011, at 11:35 PM, Julian Leviston wrote:

> In my opinion, this API is borked. See my other message for usage
> but I reckon the :as should be replaced with :using or something else
>
> Blog: http://random8.zenunit.com/
> Twitter: http://twitter.com/random8r
> Learn: http://sensei.zenunit.com/
> New video up now at http://sensei.zenunit.com/
> real fastcgi rails deploy process! Check it out now!
>
>
> On 31/08/2011, at 1:16 PM, Walter Lee Davis <waltd@wdstudio.com>
> wrote:
>
>> I have Titles and People, and I want a single Image class that can
>> apply to either. I'm reading the Rails API on Polymorphic
>> Associations, and I'm getting confused by the example. Can anyone
>> explain how to do this:
>>
>> Title
>> has_many :images
>>
>> Person
>> has_many :images
>>
>> Image
>> belongs_to [either :image or :title]
>>
>> Thanks very much in advance,
>>
>> Walter
>>
>> --
>> 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+unsubscribe@googlegroups.com
>> .
>> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
>> .
>>
>
> --
> 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+unsubscribe@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
> .
>

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment