Sha256: 7ccb56d9b10765f7d682a6d3b7c19250b18bd15f3e74a7d87f60195b2720f24e

Contents?: true

Size: 220 Bytes

Versions: 5

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

class ::Tramway::Profiles::SocialNetworkDecorator < ::Tramway::Core::ApplicationDecorator
  class << self
    def collections
      [:all]
    end
  end

  delegate :title, to: :object
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-profiles-1.3.2.4 app/decorators/tramway/profiles/social_network_decorator.rb
tramway-profiles-1.3.2.3 app/decorators/tramway/profiles/social_network_decorator.rb
tramway-profiles-1.3.2.2 app/decorators/tramway/profiles/social_network_decorator.rb
tramway-profiles-1.3.2.1 app/decorators/tramway/profiles/social_network_decorator.rb
tramway-profiles-1.3.2 app/decorators/tramway/profiles/social_network_decorator.rb