Sha256: 257b0486155c895af0c860e52cd7e7a7783cc498ee4e6bafd08f35705d69d146

Contents?: true

Size: 282 Bytes

Versions: 8

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

class Tramway::Conference::UnityDecorator < ::Tramway::Core::ApplicationDecorator
  class << self
    def collections
      [:all]
    end
  end

  delegate :logo, to: :object
  delegate :title, to: :object
  decorate_association :social_networks
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tramway-conference-1.9.1.1 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.9.1 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.9.0.2 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.9.0.1 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.9 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.8.14.1 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.8.14 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.8.13.2 app/decorators/tramway/conference/unity_decorator.rb