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