Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed May 27, 2017
2 parents f6f4bd2 + b57d6bd commit 3cb7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/v3/resource_content_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#

class V3::ResourceContentSerializer < V3::ApplicationSerializer
attributes :id, :author_name, :slug
attributes :id, :author_name, :slug, :name

attribute :language_name do
object.language.translated_names.filter_by_language_or_default(scope[:language]).name
Expand Down

0 comments on commit 3cb7b63

Please sign in to comment.