Skip to content

Commit

Permalink
remove obsolete attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 16, 2019
1 parent 713c0a0 commit 604a3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/client_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ClientSerializer
set_id :uid
cache_options enabled: true, cache_length: 24.hours

attributes :name, :symbol, :re3data, :year, :contact_name, :contact_email, :description, :domains, :url, :created, :updated
attributes :name, :symbol, :year, :contact_name, :contact_email, :description, :domains, :url, :created, :updated

belongs_to :provider, record_type: :providers
belongs_to :repository, record_type: :repositories, if: Proc.new { |client| client.repository_id }
Expand Down

0 comments on commit 604a3c9

Please sign in to comment.