Sha256: 7cb2636c68553fd0c2f1ec50e0b3eabf69888d3d2d4002042d9219e6a3404c57
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tramway-profiles-1.0 | app/models/tramway/profiles/social_network.rb |