Sha256: f6a8a47f0e2547d37e2dfbf3980651700fef31c7ee538d87bdbc2e7c9fac0f85

Contents?: true

Size: 276 Bytes

Versions: 19

Compression:

Stored size: 276 Bytes

Contents

class Tramway::SportSchool::Cards::TrainerDecorator < ::Tramway::Landing::BlockTypes::CardsDecorator
  def image
    object.photo.card.url
  end
  
  def title
    "#{object.last_name} #{object.first_name} #{object.patronymic}"
  end

  delegate :description, to: :object
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
tramway-sport_school-1.2.9.1 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.9 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.8.1 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.8 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.7 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.6 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.5 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.4 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.3 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.2.1 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.2 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2.1 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.2 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.1.3.2 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.1.3.1 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.1.3.trash app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.1.3 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.1.2 app/decorators/tramway/sport_school/cards/trainer_decorator.rb
tramway-sport_school-1.1.1 app/decorators/tramway/sport_school/cards/trainer_decorator.rb