intra_app/app/models/investigation_cat.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

8 lines
118 B
Ruby

class InvestigationCat < ActiveRecord::Base
acts_as_tree
belongs_to :image_file
has_many :video_files
end