Skip to content

Commit

Permalink
added tafsir name in response (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveed-ahmad authored and mmahalwy committed May 27, 2017
1 parent 2163932 commit b57d6bd
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 b57d6bd

Please sign in to comment.