| Class | PublishedArticle |
| In: |
app/models/published_article.rb
|
| Parent: | Article |
# File app/models/published_article.rb, line 8
8: def self.description
9: _('A reference to another article published in another profile')
10: end
# File app/models/published_article.rb, line 4 4: def self.short_description 5: _('Reference to other article') 6: end