Skip to content

Commit

Permalink
Fix rubocop complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem authored and Ember-ruby committed Jan 8, 2024
1 parent 1f6f153 commit c0de9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20230215074425_move_emoji_reaction_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def up
end
end

user.update_column('settings', Oj.dump(user_settings)) # rubocop:disable Rails/SkipsModelValidations
user.update_column('settings', Oj.dump(user_settings))
end
end
end
Expand Down

0 comments on commit c0de9ec

Please sign in to comment.