Skip to content

Commit

Permalink
make sure to require state_rep_updater in rake task file
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Jul 2, 2017
1 parent 3ebe184 commit 5430756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/db_update.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'db_pyr_update'
require 'state_rep_updater'
# require 'config/application'

namespace :db do
Expand Down

0 comments on commit 5430756

Please sign in to comment.