musifrat_app/app/models/investigation_cat.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +01:00

8 lines
118 B
Ruby

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