Closed dfaulken closed 7 years ago
Closes #34.
Don't need to call GtfsParser.prepare in the rake task. Bojangles.prepare! does this.
GtfsParser.prepare
Bojangles.prepare!
Updated the example config.json file to match what it needs to look like.
config.json
Fixed method name collision between the two prepare! methods. Was causing an ArgumentError.
prepare!
ArgumentError
Closes #34.
Don't need to call
GtfsParser.prepare
in the rake task.Bojangles.prepare!
does this.Updated the example
config.json
file to match what it needs to look like.Fixed method name collision between the two
prepare!
methods. Was causing anArgumentError
.