Fix rubocop warnings
This commit is contained in:
parent
743a764f3b
commit
57f5b7840e
24 changed files with 51 additions and 49 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue