Sha256: 674449ac808ba04ee8dc62b7c7d44a485dc706236385bbf25521152c9fef7f35

Contents?: true

Size: 224 Bytes

Versions: 11

Compression:

Stored size: 224 Bytes

Contents

%table.table
  %thead
    %th Quickbooks Item Name/Number
    -#%th Website object
  %tbody
    - ActsAsPurchasable.descendants.each do |klass|
      %tr
        %td= klass.new().try(:qb_item_name)
        -#%td= klass.name

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_qb_sync-1.1.5 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.1.4 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.1.3 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.1.2 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.1.1 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.1.0 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.0.4 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.0.3 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.0.2 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.0.1 app/views/admin/qb_syncs/_qb_item_names.html.haml
effective_qb_sync-1.0.0 app/views/admin/qb_syncs/_qb_item_names.html.haml