Class: Tramway::SportSchool::Cards::TrainerDecorator

Inherits:
Landing::BlockTypes::CardsDecorator
  • Object
show all
Defined in:
app/decorators/tramway/sport_school/cards/trainer_decorator.rb

Instance Method Summary collapse

Instance Method Details

#imageObject



4
5
6
# File 'app/decorators/tramway/sport_school/cards/trainer_decorator.rb', line 4

def image
  object.photo.card.url
end

#titleObject



8
9
10
# File 'app/decorators/tramway/sport_school/cards/trainer_decorator.rb', line 8

def title
  "#{object.last_name} #{object.first_name} #{object.patronymic}"
end