sadem_app/app/models/investigation_cat.rb
Nicolas Bally 000500e534 init
2020-02-25 02:33:11 +01:00

8 lines
117 B
Ruby

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