class ImageActuLang < ActiveRecord::Base belongs_to :lang_site belongs_to :image_actu before_validation do self.slug = self.title.to_slug if self.title? end end