Method: Nuntius::Subscriber#last_name
- Defined in:
- app/models/nuntius/subscriber.rb
#last_name ⇒ Object
20 21 22 23 24 |
# File 'app/models/nuntius/subscriber.rb', line 20 def last_name return nuntiable.last_name if nuntiable.respond_to?(:last_name) super end |