app/models/tramway/profiles/social_network.rb in tramway-profiles-1.2.0.1 vs app/models/tramway/profiles/social_network.rb in tramway-profiles-1.3

- old
+ new

@@ -1,8 +1,8 @@ class Tramway::Profiles::SocialNetwork < ::Tramway::Core::ApplicationRecord belongs_to :record, polymorphic: true - enumerize :network_name, in: [ :vk, :facebook, :twitter, :instagram, :telegram ] + enumerize :network_name, in: [ :vk, :facebook, :twitter, :instagram, :telegram, :patreon ] #enumerize :record_type, in: ::Tramway::Profiles.records # # HACK enumerize :record_type, in: [ 'Tramway::SportSchool::Institution', 'Tramway::Conference::Unity' ], default: 'Tramway::SportSchool::Institution' end