Skip to content

Commit

Permalink
Remove product_id from area model
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-ioki committed Jul 9, 2024
1 parent 18c6252 commit d58371c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ioki/model/operator/area.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ class Area < Base
omit_if_nil_on: [:create, :update],
type: :object,
class_name: 'Geojson'

attribute :product_id,
on: :read,
type: :string
end
end
end
Expand Down

0 comments on commit d58371c

Please sign in to comment.