Sha256: ed1275790a114d750fa42bd49f0a25f717733a11f142e4213968dc4e688b19d3

Contents?: true

Size: 409 Bytes

Versions: 1

Compression:

Stored size: 409 Bytes

Contents

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

  enumerize :network_name, in: [ :vk, :facebook, :twitter, :instagram, :telegram ]
  #enumerize :record_type, in: ::Tramway::Profiles.records
  enumerize :record_type, in: [ 'Tramway::SportSchool::Institution', 'Tramway::Conference::Unity' ], default: 'Tramway::SportSchool::Institution'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tramway-profiles-1.2 app/models/tramway/profiles/social_network.rb