Sha256: 22dd410a8491e451bce64770ed419706a96cdd30b861f01b0219d42c0bc8747a

Contents?: true

Size: 225 Bytes

Versions: 5

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

class Tramway::Partner::OrganizationFeatureDecorator < ::Tramway::Landing::BlockTypes::FeaturesDecorator
  def image
    object.logo.mini.url
  end

  def external_link
    object.url
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-partner-1.0.4.3 app/decorators/tramway/partner/organization_feature_decorator.rb
tramway-partner-1.0.4.2 app/decorators/tramway/partner/organization_feature_decorator.rb
tramway-partner-1.0.4.1 app/decorators/tramway/partner/organization_feature_decorator.rb
tramway-partner-1.0.4 app/decorators/tramway/partner/organization_feature_decorator.rb
tramway-partner-1.0.3.2 app/decorators/tramway/partner/organization_feature_decorator.rb