Ruby on Rails Monday, September 15, 2014

On 15 September 2014 21:15, Adrien R. <lists@ruby-forum.com> wrote:
> Colin Law wrote in post #1157627:
>> Sorry, I meant Player of course.
>>
>
> Here it is:
>
> class Player < ActiveRecord::Base
> belongs_to :game
> has_many :cards, as: :cardable

What happens if you say
puts @game.players.inspect

Colin

--
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/CAL%3D0gLvizAn7_cdUBOhKmbDNv-%3DSTGqXZTJfGCpc3%2BqULm4tvQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment