musifrat_app/app/models/home_slider_slide.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +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