6 lines
112 B
Ruby
Executable File
6 lines
112 B
Ruby
Executable File
class SponsorshipAnimal < ActiveRecord::Base
|
|
belongs_to :image_file
|
|
validates :name, :presence => true
|
|
|
|
end
|