Skip to content

Commit aa3fc59

Browse files
committed
Fix an incorrect example for Rails/ReversibleMigration
1 parent 70288d7 commit aa3fc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubocop/cop/rails/reversible_migration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Rails
1717
# # good
1818
# def change
1919
# change_table :users do |t|
20-
# t.remove :name, :string
20+
# t.remove :name, type: :string
2121
# end
2222
# end
2323
#

0 commit comments

Comments
 (0)