jacoby PRO said over 4 years ago on Single Table Inheritance :
I'm building an application where I want to store various types of video. Each video type is a class that inherits from Video. How would I set up the private methods in controller? set_video, set_type, video_params?