jacoby PRO
Joined 9/2/2018
jacoby PRO said almost 5 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?

jacoby PRO said over 3 years ago on Bulk Upload with Active Storage :
Hi David!

Is there a way to configure Active Storage to use "uuid" as the type for :id, :blob_id, :record_id, etc. Using the MediaUploaderController, I want every medium to belong to the user that uploaded it. BUT my media isn't persisted because the ids are of type "bigint".