Skip to content

Commit

Permalink
Fix an incorrect example for Rails/ReversibleMigration
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 31, 2024
1 parent 70288d7 commit aa3fc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/rails/reversible_migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Rails
# # good
# def change
# change_table :users do |t|
# t.remove :name, :string
# t.remove :name, type: :string
# end
# end
#
Expand Down

0 comments on commit aa3fc59

Please sign in to comment.