Fix rubocop warnings

This commit is contained in:
Tom Hughes 2016-12-02 22:01:40 +00:00
parent 0e6d4f18da
commit c8f26592a7
7 changed files with 13 additions and 26 deletions

View file

@ -5,6 +5,5 @@ class SubscribeOldChangesets < ActiveRecord::Migration
end
end
def down
end
def down; end
end

View file

@ -5,6 +5,5 @@ class SubscribeAuthorsToDiaryEntries < ActiveRecord::Migration
end
end
def down
end
def down; end
end