R
R
rusrich2018-09-01 19:50:23
MySQL
rusrich, 2018-09-01 19:50:23

How to structure the base and associations to create pages with the Series in ROR?

Welcome all.
Please, tell me how to properly structure the database and set up associations in Ruby On Rails?
The task of creating a Series
Each Series has several seasons
Each Season has several series (episodes)
Each Episode has several voiceovers (just different videos with different translations)
Do I need to create a model for each entity: Series Model, Season Model and Episode Model?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alfss, 2018-09-01
@alfss

  • railstutorial.com/chapters/4_0/beginning
    This will help solve the problem. No one will write code for you here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question