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

10 lines
283 B
Ruby

class HomeSliderSlide < ActiveRecord::Base
belongs_to :home_slider
belongs_to :image_file
belongs_to :blur_image, :class_name => "ImageFile"
belongs_to :article
has_many :home_slide_langs, :dependent => :destroy
has_many :lang_sites, :through => :home_slide_langs
end