We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecb8d5 commit 899b240Copy full SHA for 899b240
app/models/concerns/better_together/geography/geospatial/one.rb
@@ -22,8 +22,8 @@ module One # rubocop:todo Style/Documentation
22
def extra_permitted_attributes
23
super + [{
24
geospatial_space_attributes:
25
- BetterTogether::Geography::GeospatialSpace.permitted_attributes(id: true,
26
- destroy: true),
+ BetterTogether::Geography::GeospatialSpace.permitted_attributes(id: true,
+ destroy: true),
27
space_attributes: BetterTogether::Geography::Space.permitted_attributes(id: true, destroy: true)
28
}]
29
end
0 commit comments