olwen_demo_app/app/models/investigation_cat.rb
Nicolas Bally 7b2e6811dd initial
2020-06-05 11:10:02 +02:00

8 lines
117 B
Ruby

class InvestigationCat < ApplicationRecord
acts_as_tree
belongs_to :image_file
has_many :video_files
end