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