Sha256: 6e620140774f5d23b22e96ee1aff6c75084059e852d85db6738c18d171403828
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
class Tramway::Profiles::SocialNetwork < ::Tramway::Core::ApplicationRecord belongs_to :record, polymorphic: true enumerize :network_name, in: [ :vk, :facebook, :twitter ] #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.0.2 | app/models/tramway/profiles/social_network.rb |
tramway-profiles-1.0.1 | app/models/tramway/profiles/social_network.rb |