Class: Tramway::News::UserDecorator
- Inherits:
-
Core::ApplicationDecorator
- Object
- Core::ApplicationDecorator
- Tramway::News::UserDecorator
- Defined in:
- app/decorators/tramway/news/user_decorator.rb
Instance Method Summary collapse
Instance Method Details
#short_name ⇒ Object
4 5 6 |
# File 'app/decorators/tramway/news/user_decorator.rb', line 4 def short_name "#{object.first_name} #{object.last_name}" end |