Fix some rubocop Naming/PredicateName warnings
This commit is contained in:
parent
aef7439c56
commit
cbcc7dc49f
21 changed files with 38 additions and 43 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue