Skip to content

Commit

Permalink
fix attribute name. #687
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 15, 2020
1 parent 01e64e5 commit 4b4d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/repository_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class RepositorySerializer
object.system_email
end

attribute :service_email,
attribute :service_contact,
if:
Proc.new { |object, params|
params[:current_ability] &&
Expand Down

0 comments on commit 4b4d81c

Please sign in to comment.