app/forms/tramway/profiles/social_network_form.rb in tramway-profiles-1.3.2.2 vs app/forms/tramway/profiles/social_network_form.rb in tramway-profiles-1.3.2.3

- old
+ new

@@ -4,12 +4,12 @@ properties :title, :network_name, :record_id, :record_type, :uid def initialize(object) super(object).tap do form_properties title: :string, - network_name: :default, - uid: :string, - record_type: :default, - record_id: :integer + network_name: :default, + uid: :string, + record_type: :default, + record_id: :integer end end end