Fix some rubocop Naming/PredicateName warnings

This commit is contained in:
Tom Hughes 2022-03-03 22:47:55 +00:00
parent aef7439c56
commit cbcc7dc49f
21 changed files with 38 additions and 43 deletions

View file

@ -1,6 +1,6 @@
<% changeset_data = { :id => changeset.id }
if changeset.has_valid_bbox?
if changeset.bbox_valid?
bbox = changeset.bbox.to_unscaled
changeset_data[:bbox] = {
:minlon => bbox.min_lon,