app/forms/admin/tramway/profiles/social_network_form.rb in tramway-profiles-1.4.1.1 vs app/forms/admin/tramway/profiles/social_network_form.rb in tramway-profiles-1.4.1.2
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-class Admin::Tramway::Profiles::SocialNetworkForm < ::Tramway::Core::ApplicationForm
+class Admin::Tramway::Profiles::SocialNetworkForm < ::Tramway::ApplicationForm
properties :title, :network_name, :uid, :record_id, :record_type
association :record
def initialize(object)