Commit 8e391c43b404529c87dc6012d12419ee53abfef9
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'AI3269_link-article' into rails3_stable
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/models/link_article.rb
@@ -7,6 +7,8 @@ class LinkArticle < Article | @@ -7,6 +7,8 @@ class LinkArticle < Article | ||
7 | end | 7 | end |
8 | 8 | ||
9 | delegate :name, :to => :reference_article | 9 | delegate :name, :to => :reference_article |
10 | + delegate :body, :to => :reference_article | ||
11 | + delegate :abstract, :to => :reference_article | ||
10 | delegate :url, :to => :reference_article | 12 | delegate :url, :to => :reference_article |
11 | 13 | ||
12 | end | 14 | end |