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
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Kind of building off #73, what if we have a class that sits between ApplicationController and a specific controller (or maybe even below ApplicationController), such that there are some added benefits to be DRY.
For example, we could have a model set that would become our model of interest for the class. And some keywords like scope could call a method that would know what to do.
Probably overkill, but something to think about.
The text was updated successfully, but these errors were encountered:
Kind of building off #73, what if we have a class that sits between ApplicationController and a specific controller (or maybe even below ApplicationController), such that there are some added benefits to be DRY.
For example, we could have a
model
set that would become our model of interest for the class. And some keywords likescope
could call a method that would know what to do.Probably overkill, but something to think about.
The text was updated successfully, but these errors were encountered: