bievre_reno_app/app/models/investigation_cat.rb
Caroline Girard d727d313b7 initial
2018-09-11 13:49:55 +02:00

8 lines
118 B
Ruby

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