Browse Source

Fix require

master
Adrian Short 9 years ago
parent
commit
5f976eabc7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      import-sutton.rb

+ 1
- 1
import-sutton.rb View File

@@ -1,4 +1,4 @@
require 'lib/models'
require './models'
require 'fastercsv' require 'fastercsv'


# Before running this script with a CSV file, prepare it so: # Before running this script with a CSV file, prepare it so:


Loading…
Cancel
Save