You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "rake db:seed:dump LIMIT=10" creates a dump with 10 records for every model.
Suppose there are two models Student and Teacher,
Teacher has_many Students, 1 teacher have 100 students,
so there are 10 Teachers but Students data must be more than 10 to be completely associated.
The text was updated successfully, but these errors were encountered:
Using "rake db:seed:dump LIMIT=10" creates a dump with 10 records for every model.
Suppose there are two models Student and Teacher,
Teacher has_many Students, 1 teacher have 100 students,
so there are 10 Teachers but Students data must be more than 10 to be completely associated.
The text was updated successfully, but these errors were encountered: