Fix rubocop warnings

This commit is contained in:
Tom Hughes 2019-12-04 19:25:06 +00:00
parent 743a764f3b
commit 57f5b7840e
24 changed files with 51 additions and 49 deletions

View file

@ -1,6 +1,6 @@
namespace "db" do
desc "Adds a version number to the nodes table"
task :node_version do
task :node_version => :environment do
require File.dirname(__FILE__) + "/../../config/environment"
increment = 1000