Enable the Layout/EmptyLinesAroundMethodBody cop
This commit is contained in:
parent
24e7537c49
commit
82eb66cfe8
13 changed files with 1 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
class ChangeStateConfirmedToValidated < ActiveRecord::Migration
|
||||
def change
|
||||
Dossier.where(state: 'confirmed').update_all(state: 'validated')
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue