Commit 3dda03d2e329287cf3eb7bb3ff1b333c54b57965
1 parent
9913add2
Exists in
master
and in
29 other branches
Added body and abstract to link article
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 |