Dec25
git commit -m “Sent holiday cheer to all”
class Person < SentientBeing::Base
end
Person.all.each do |p|
p.receive_message “Merry Christmas to all and to all a good night”
end
class Person < SentientBeing::Base
end
Person.all.each do |p|
p.receive_message “Merry Christmas to all and to all a good night”
end