idn_app/app/models/sponsorship_animal.rb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

6 lines
112 B
Ruby

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