Model association

Hi,
I’ve generated 2 models (Player and Trainer) with the “generate
scaffold”
command with the following tables:
Player
name:string
last_name:string
trainer:string
team:string

Trainer
name:string
last_name:string
phone_number:string
team:string

I’ve set the association in the Player model class (belongs_to :trainer)
and in the Trainer model class (has_many :player).
How to make this relationship effective? Should I just type rails
generate
migration ? Should I add some arguments?
I want the trainer to be connected to the player . Thank you for your
assitance. I really appreciate.
Sandro

On 2 March 2015 at 17:24, Palmo [email protected]
wrote:

name:string
last_name:string
phone_number:string
team:string

I’ve set the association in the Player model class (belongs_to :trainer) and
in the Trainer model class (has_many :player).
How to make this relationship effective? Should I just type rails generate
migration ? Should I add some arguments?
I want the trainer to be connected to the player . Thank you for your
assitance. I really appreciate.

Rather than answering your question I am going to suggest you start by
working right through a good tutorial such as railstutorial.org (which
is free to use online) including doing all the exercises. That will
show you the basics of rails. The time spent will be very rapidly
recovered.

Part of the reason for not answering the question is that once you
have worked through the tutorial I expect you will see that you are
not asking the right question. :slight_smile:

Colin

I would say, Colin has given a sound advise. Do take a look at
Activerecord
Associations http://guides.rubyonrails.org/association_basics.html and
other railsguides pages. They are really great!

Vineeth

Hi Sandro, should it be “has_many :players” instead?

If it is many I believe the convention is plural? Then it should work! I
believe!

Cheers,

Julio

From: [email protected]
[mailto:[email protected]] On Behalf Of Palmo
Sent: Monday, March 2, 2015 6:24 PM
To: [email protected]
Subject: [Rails] model association

Hi,

I’ve generated 2 models (Player and Trainer) with the “generate
scaffold” command with the following tables:

Player

name:string

last_name:string

trainer:string

team:string

Trainer

name:string

last_name:string

phone_number:string

team:string

I’ve set the association in the Player model class (belongs_to :trainer)
and in the Trainer model class (has_many :player).

How to make this relationship effective? Should I just type rails
generate migration ? Should I add some arguments?

I want the trainer to be connected to the player . Thank you for your
assitance. I really appreciate.

Sandro


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 [email protected]
mailto:[email protected] .
To post to this group, send email to [email protected]
mailto:[email protected] .
To view this discussion on the web visit
https://groups.google.com/d/msgid/rubyonrails-talk/2ab7d242-497b-4acc-82e6-e37c822641d7%40googlegroups.com
https://groups.google.com/d/msgid/rubyonrails-talk/2ab7d242-497b-4acc-82e6-e37c822641d7%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.