Fix rubocop warnings
This commit is contained in:
parent
0e6d4f18da
commit
c8f26592a7
7 changed files with 13 additions and 26 deletions
|
@ -5,6 +5,5 @@ class SubscribeOldChangesets < ActiveRecord::Migration
|
|||
end
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
def down; end
|
||||
end
|
||||
|
|
|
@ -5,6 +5,5 @@ class SubscribeAuthorsToDiaryEntries < ActiveRecord::Migration
|
|||
end
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
def down; end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue