trying to fix CSV not found error on heroku

This commit is contained in:
2015-10-06 11:57:47 +02:00
parent 790c482fae
commit e06cc82642
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ require 'action_mailer/railtie'
require 'action_view/railtie'
require 'sprockets/railtie'
# require "rails/test_unit/railtie"
require 'csv'
# Require the gems listed in Gemfile, including any gems
# you've limited to :test, :development, or :production.