Sha256: 0fffa956cd00c5f54a665e4083330c927ac88f6fad22419c44300afeffce534d

Contents?: true

Size: 294 Bytes

Versions: 6

Compression:

Stored size: 294 Bytes

Contents

class Tramway::Partner::OrganizationForm < ::Tramway::Core::ApplicationForm
  properties :title, :logo, :url

  def initialize(object)
    form_object = super object
    form_properties title: :string,
                    logo: :file,
                    url: :string
    form_object
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tramway-partner-1.0.3.1 app/forms/tramway/partner/organization_form.rb
tramway-partner-1.0.3 app/forms/tramway/partner/organization_form.rb
tramway-partner-1.0.2 app/forms/tramway/partner/organization_form.rb
tramway-partner-1.0.1 app/forms/tramway/partner/organization_form.rb
tramway-partner-1.0 app/forms/tramway/partner/organization_form.rb
tramway-partner-0.1.0 app/forms/tramway/partner/organization_form.rb