Sha256: 933f1d31e1e48afe7b596778f1bbbb44aca4fabb6a0e9010f75505e8cd5ab64e

Contents?: true

Size: 425 Bytes

Versions: 10

Compression:

Stored size: 425 Bytes

Contents

class Tramway::Profiles::SocialNetworkForm < ::Tramway::Core::ApplicationForm
  properties :title, :network_name, :record_id, :record_type, :uid

  def initialize(object)
    form_object = super object
    form_properties title: :string,
                    network_name: :default,
                    record_id: :integer,
                    record_type: :default,
                    uid: :string
    form_object
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tramway-profiles-1.3.1 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.3 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.2.0.1 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.2 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.1.2 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.1.1 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.1 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.0.2 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.0.1 app/forms/tramway/profiles/social_network_form.rb
tramway-profiles-1.0 app/forms/tramway/profiles/social_network_form.rb