Ruby on Rails Sunday, September 14, 2014

On 14 September 2014 23:06, Adrien R. <lists@ruby-forum.com> wrote:
> Colin Law wrote in post #1157596:
>> On 14 September 2014 09:58, Adrien R. <lists@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

Sorry, I meant Player of course.

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

No comments:

Post a Comment