basic_dem_app/app/models/investigation_cat.rb
Nicolas Bally 3524d4c862 intial
2020-03-18 15:49:29 +01:00

8 lines
117 B
Ruby

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