musifrat_app/app/models/partner.rb
Nicolas Bally c11ad4fbac suite
2019-03-02 17:28:58 +01:00

8 lines
165 B
Ruby

class Partner < ActiveRecord::Base
belongs_to :image_file
belongs_to :second_image_file, :class_name => "ImageFile"
validates :name, :presence => true
end