Sha256: 5cfff9b9b188d5be173d1376266469c31bda8dbaa2701b50f6e3653bc25f311f

Contents?: true

Size: 358 Bytes

Versions: 6

Compression:

Stored size: 358 Bytes

Contents

class Admin::Tramway::Landing::FormForm < Tramway::Core::ApplicationForm
  association :block

  properties :title, :url, :form_name, :position

  def initialize(object)
    super(object).tap do
      form_properties block: :association,
        title: :string,
        url: :string,
        form_name: :default,
        position: :integer
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tramway-landing-3.1.0.5 app/forms/admin/tramway/landing/form_form.rb
tramway-landing-3.1.0.4 app/forms/admin/tramway/landing/form_form.rb
tramway-landing-3.1.0.3 app/forms/admin/tramway/landing/form_form.rb
tramway-landing-3.1.0.2 app/forms/admin/tramway/landing/form_form.rb
tramway-landing-3.1.0.1 app/forms/admin/tramway/landing/form_form.rb
tramway-landing-3.1 app/forms/admin/tramway/landing/form_form.rb