Sha256: 48113187b38489933bdba6606db8f2df154fb0f8e63f989c75d31c72db3893aa

Contents?: true

Size: 182 Bytes

Versions: 3

Compression:

Stored size: 182 Bytes

Contents

# frozen_string_literal: true

class ::Tramway::News::UserDecorator < ::Tramway::Core::ApplicationDecorator
  def short_name
    "#{object.first_name} #{object.last_name}"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-news-1.0.5 app/decorators/tramway/news/user_decorator.rb
tramway-news-1.0.4.3 app/decorators/tramway/news/user_decorator.rb
tramway-news-1.0.4.2 app/decorators/tramway/news/user_decorator.rb