Class: Nuntius::Subscriber

Inherits:
ApplicationRecord show all
Defined in:
app/models/nuntius/subscriber.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



8
9
10
# File 'app/models/nuntius/subscriber.rb', line 8

def name
  [first_name, last_name].join(' ')
end