Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
minivan committed Mar 10, 2015
1 parent 127a75d commit ca58e3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
source 'http://eu.yarp.io'
ruby '2.1.2'
gem 'rails', '4.1.7'
gem 'sass-rails', '~> 4.0.3'
Expand Down
1 change: 0 additions & 1 deletion lib/tasks/import.rake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def import_questions

# Parse the CSV
csv = CSV.new(seeds, :headers => true, :header_converters => :symbol, :converters => :all)
binding.pry
data = csv.to_a
data.map!(&:to_hash)
data.each{ |item| item.delete(:timestamp) }
Expand Down

0 comments on commit ca58e3e

Please sign in to comment.