Colin Law wrote in post #1157596:
> On 14 September 2014 09:58, Adrien R. <li...@ruby-forum.com> wrote:
>> Hello,
>>
>> A little up for this problem which seems complex since nobody has the
>> answer yet.
>
> You have not quoted the previous message so I had to search back
> through the thread to find what you were talking about.  Remember this
> is a mailing list not a forum (though you may be accessing via a forum
> like interface.
>
> Post the start of games.rb  (not the methods, just the declarations at
> the front).
>
> Colin

Hello Colin,

Yes I'm using the forum interface, didn't know about the mailing list 
behind.

Here is my game class definition
class Game < ActiveRecord::Base
  has_many :players
  has_one :board
  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/74d2d68ef097904223dc06f946b5e3e5%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to