luxlaverie3_app/app/models/sponsorship_animal.rb
Nicolas Bally 03ff0980aa initial
2016-05-26 00:20:52 +02:00

6 lines
112 B
Ruby

class SponsorshipAnimal < ActiveRecord::Base
belongs_to :image_file
validates :name, :presence => true
end