This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NameError in Spree::Admin::ProductImportsController#user_csv_import | |
uninitialized constant DataShift::SpreeEcom | |
Extracted source (around line #80): | |
opts = {} | |
opts[:mandatory] = ['sku', 'name', 'price'] | |
loader = DataShift::SpreeEcom::ProductLoader.new( nil, {:verbose => true}) | |
message = "Check Imported Data" | |
if params[:csv_file] | |
if params[:csv_file].respond_to?(:path) |