Sha256: 5cd38191c1b9665a4adce2da81d6bf9c88ad6fc183674c404fb1515620ab31f9
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
class Tramway::Profiles::SocialNetwork < ::Tramway::Core::ApplicationRecord belongs_to :record, polymorphic: true enumerize :network_name, in: [ :vk, :facebook, :twitter, :instagram ] #enumerize :record_type, in: ::Tramway::Profiles.records enumerize :record_type, in: [ 'Tramway::SportSchool::Institution' ], default: 'Tramway::SportSchool::Institution' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tramway-profiles-1.1.1 | app/models/tramway/profiles/social_network.rb |
tramway-profiles-1.1 | app/models/tramway/profiles/social_network.rb |