Closed koic closed 4 years ago
Dynamic finder methods (DynamicMatchers) has not been previously deprecated. AFAIK, Rails 6.0 has also no plans to deprecate it. https://github.com/rails/rails/blob/v6.0.3.2/activerecord/lib/active_record/dynamic_matchers.rb
DynamicMatchers
So, it seems that this was written incorrectly when I refer to the following.
Therefore this PR removes the incorrect example comment for find_by.
find_by
Nice catch, thanks!
Dynamic finder methods (
DynamicMatchers
) has not been previously deprecated. AFAIK, Rails 6.0 has also no plans to deprecate it. https://github.com/rails/rails/blob/v6.0.3.2/activerecord/lib/active_record/dynamic_matchers.rbSo, it seems that this was written incorrectly when I refer to the following.
Therefore this PR removes the incorrect example comment for
find_by
.