rubocop / rails-style-guide

A community-driven Ruby on Rails style guide
http://rails.rubystyle.guide
6.47k stars 1.06k forks source link

Fix typo in the Beware Skip Model Validations section #342

Open ydakuka opened 1 year ago

ydakuka commented 1 year ago

The #toggle method does not update a record, but the #toggle! method does without validations.

References: https://guides.rubyonrails.org/active_record_validations.html#skipping-validations https://api.rubyonrails.org/v7.0.6/classes/ActiveRecord/Persistence.html#method-i-toggle