Sha256: 1b060d4861491c75c484694134098ff38544ce51de75960f4a29ef58e52f9de2
Contents?: true
Size: 387 Bytes
Versions: 12
Compression:
Stored size: 387 Bytes
Contents
= form_for @contact, :url => contact_merges_path do |f| = hidden_field_tag :contact_a_id, @contact_a.id = hidden_field_tag :contact_b_id, @contact_b.id = render 'field', :column => :first_name, :f => f = render 'field', :column => :last_name, :f => f = render 'field', :column => :company_name, :f => f = render 'field', :column => :title, :f => f .actions = f.submit
Version data entries
12 entries across 12 versions & 1 rubygems