abritium_paysage_app/app/models/investigation_cat.rb
Nicolas Bally ad337f221c initial
2020-02-17 18:54:26 +01:00

8 lines
118 B
Ruby

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