In a model class, I’d like to include a class method to fetch a client_readable view.
I can easily hard code that into each model class but the only difference between those methods is the table name.
Is there some way I can derive the relevant table dynamically? Some attribute on the model class, perhaps?