Skip to content

Commit 899b240

Browse files
committed
Rubocop fixes
1 parent 6ecb8d5 commit 899b240

File tree

1 file changed

+2
-2
lines changed
  • app/models/concerns/better_together/geography/geospatial

1 file changed

+2
-2
lines changed

app/models/concerns/better_together/geography/geospatial/one.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module One # rubocop:todo Style/Documentation
2222
def extra_permitted_attributes
2323
super + [{
2424
geospatial_space_attributes:
25-
BetterTogether::Geography::GeospatialSpace.permitted_attributes(id: true,
26-
destroy: true),
25+
BetterTogether::Geography::GeospatialSpace.permitted_attributes(id: true,
26+
destroy: true),
2727
space_attributes: BetterTogether::Geography::Space.permitted_attributes(id: true, destroy: true)
2828
}]
2929
end

0 commit comments

Comments
 (0)