Class: Rsvp::Salutation::Widow

Inherits:
Rsvp::Salutation show all
Defined in:
app/models/rsvp/salutation/widow.rb

Instance Method Summary collapse

Methods inherited from Rsvp::Salutation

#to_s

Instance Method Details

#femaleObject



3
4
5
# File 'app/models/rsvp/salutation/widow.rb', line 3

def female
  family.people.adult_females.first
end

#templateObject



6
7
8
# File 'app/models/rsvp/salutation/widow.rb', line 6

def template
  "Mrs. [[female__first_name]] [[female__last_name]]"
end