Class: Lcms::Engine::LeadershipPost

Inherits:
ApplicationRecord show all
Defined in:
app/models/lcms/engine/leadership_post.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



11
12
13
# File 'app/models/lcms/engine/leadership_post.rb', line 11

def name
  "#{first_name} #{last_name}"
end