todo added to code
This commit is contained in:
parent
d76486a48b
commit
4933e9d6ab
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class TopicView
|
||||||
|
|
||||||
def summary
|
def summary
|
||||||
return nil if desired_post.blank?
|
return nil if desired_post.blank?
|
||||||
|
# TODO, this is actually quite slow, should be cached in the post table
|
||||||
Summarize.new(desired_post.cooked).summary
|
Summarize.new(desired_post.cooked).summary
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Reference in a new issue