Class: Tramway::News::UserDecorator

Inherits:
Core::ApplicationDecorator
  • Object
show all
Defined in:
app/decorators/tramway/news/user_decorator.rb

Instance Method Summary collapse

Instance Method Details

#short_nameObject



4
5
6
# File 'app/decorators/tramway/news/user_decorator.rb', line 4

def short_name
  "#{object.first_name} #{object.last_name}"
end