lk | adds sidekiq ui

This commit is contained in:
Loos
2015-09-07 10:41:03 -05:00
parent f4e1f99cf8
commit 21ee498970
5 changed files with 14 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
task :load_recyclery_bike_db => :environmnent do
puts "destroying old bike data"
Bike.all.destroy
file = "lib/assets/recyclery_bike_log.txt"
puts "loading bike database from #{file}"
File.foreach(file) do |line|
data = line.split("|")
end
end