Sha256: 75a0a7066adeffcffc3322d6003a304ca4420edffff26775da56c9ca66dbb794

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

class Tramway::Profiles::SocialNetwork < ::Tramway::Core::ApplicationRecord
  belongs_to :record, polymorphic: true, required: false

  enumerize :network_name, in: %i[vk facebook twitter instagram telegram patreon]
  enumerize :record_type, in: Tramway::Profiles.records
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-profiles-1.4.1.1 app/models/tramway/profiles/social_network.rb
tramway-profiles-1.4.1 app/models/tramway/profiles/social_network.rb
tramway-profiles-1.4.0.1 app/models/tramway/profiles/social_network.rb
tramway-profiles-1.4 app/models/tramway/profiles/social_network.rb