Skip to content

Commit

Permalink
Update user_serializer.rb: add ordergroup_id (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjavurek authored Dec 23, 2024
1 parent 7da3cd6 commit 6bebbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/user_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class UserSerializer < ActiveModel::Serializer
attributes :id, :name, :email, :locale, :ordergroup_name
attributes :id, :name, :email, :locale, :ordergroup_name, :ordergroup_id
end

0 comments on commit 6bebbe1

Please sign in to comment.