Sha256: 007088415cc339dbdf71e775ced4f8bc09019290012634554984ce596f40b93b

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

class Admin::Tramway::Landing::ToolForm < Tramway::ApplicationForm
  properties :title, :account_id

  def initialize(object)
    super(object).tap do
      form_properties title: :default,
        account_id: :string
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-landing-3.3.0.11 app/forms/admin/tramway/landing/tool_form.rb
tramway-landing-3.3.0.10 app/forms/admin/tramway/landing/tool_form.rb
tramway-landing-3.3.0.9 app/forms/admin/tramway/landing/tool_form.rb
tramway-landing-3.3.0.8 app/forms/admin/tramway/landing/tool_form.rb
tramway-landing-3.3.0.7 app/forms/admin/tramway/landing/tool_form.rb