Sha256: 1a2d8f227037eddafea481e1fcd4fbf04fe1c49ce1fb79e72f74fa2becf2dc7c

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

object @form => :ticket

attributes :id, :order_id, :sort_order, :department_title, :subject_query_title, :state, :parsed_updated_at

node :url do
  if @form.id.blank?
    account_tickets_path
  else
    account_ticket_path(id: @form.id)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 app/views/account/tickets/create.json.rabl