heylium_app/app/models/sponsorship_animal.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

6 lines
112 B
Ruby
Executable File

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