Sha256: c252da03224246d0d432e3e402d6b2a771a8839150912d4e0562996b6b0c70e9

Contents?: true

Size: 279 Bytes

Versions: 4

Compression:

Stored size: 279 Bytes

Contents

# frozen_string_literal: true

module Tramway::Conference
  class Unity < ::Tramway::Core::ApplicationRecord
    has_many :social_networks, as: :record, class_name: 'Tramway::Profiles::SocialNetwork'

    include ::Tramway::Partner::Scopes

    uploader :favicon, :ico
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-conference-1.9.5.5 app/models/tramway/conference/unity.rb
tramway-conference-1.9.5.4 app/models/tramway/conference/unity.rb
tramway-conference-1.9.5.1 app/models/tramway/conference/unity.rb
tramway-conference-1.9.5 app/models/tramway/conference/unity.rb