Sha256: d9ac75193599ce117ba7d3a2c85fed6a149a32f2ebde1288cedd2d3311ed01dc

Contents?: true

Size: 253 Bytes

Versions: 4

Compression:

Stored size: 253 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
tramway-conference-1.8.13.1 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.8.13 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.8.12.5 app/decorators/tramway/conference/unity_decorator.rb
tramway-conference-1.8.12.4 app/decorators/tramway/conference/unity_decorator.rb