lockaz_app/app/models/investigation_cat.rb
Nicolas Bally f20fe482c6 initial
2020-04-06 10:38:07 +02:00

8 lines
117 B
Ruby

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