karim_app/app/models/investigation_cat.rb
Nicolas Bally a0a3cfd6fe initial
2018-06-11 01:40:28 +02:00

8 lines
118 B
Ruby

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