Enable the Layout/EmptyLinesAroundMethodBody cop

This commit is contained in:
gregoirenovel 2017-06-12 16:06:07 +02:00
parent 24e7537c49
commit 82eb66cfe8
13 changed files with 1 additions and 13 deletions

View file

@ -1,6 +1,5 @@
class ChangeStateConfirmedToValidated < ActiveRecord::Migration
def change
Dossier.where(state: 'confirmed').update_all(state: 'validated')
end
end