Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenjs committed Jan 22, 2014
1 parent 9dd3167 commit 360adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/workflow.rake
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ namespace :ffcrm do
end

csv = CSV.parse(url_data, {:col_sep => ',', :headers => :first_row, :header_converters => :symbol})
binding.pry

csv.each do |row|
unless SyncLog.find_by_sync_type_and_synced_item("cc14", row[:transaction_id])
#sync has already brought this contact in and placed it in the group, skip...
Expand Down

0 comments on commit 360adb5

Please sign in to comment.