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

-- 
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+unsubscr...@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/675155674b349d98413c5839d1acdb51%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to