Sha256: 84fd8bd9ba133b45a79dcb632ad0d13795224e8de2da188ceff4c6a88b1fdafd

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

class Tramway::Partner::OrganizationFeatureDecorator < ::Tramway::Landing::BlockTypes::FeaturesDecorator
  delegate :title, to: :object

  def text
    object.title
  end
  
  def image
    object.logo.mini.url
  end

  def external_link
    object.url
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tramway-partner-1.0 app/decorators/tramway/partner/organization_feature_decorator.rb