I was looking through the Forem code base, and I cannot quickly see the Series Model/Controller? Why is this not set up as a separate model & Controller in the app? How is this built? Anyone know on here?
I was looking through the Forem code base, and I cannot quickly see the Series Model/Controller? Why is this not set up as a separate model & Controller in the app? How is this built? Anyone know on here?
Lee -
Sam Bauch -
relica -
Lee -
Discussion
Hi @cwraytech , it's an issue of domain names. What we call
series
outward, it's calledcollection
inside the code.So you'll find them in the
Collection
model andCollectionsController
:)forem.dev/cwraytech/series