kaps_app/app/models/investigation_cat.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

8 lines
118 B
Ruby

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