Class: Comment
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Comment
- Includes:
- SocialStream::Models::Object
- Defined in:
- app/models/comment.rb
Instance Method Summary collapse
Instance Method Details
#parent_post ⇒ Object
11 12 13 |
# File 'app/models/comment.rb', line 11 def parent_post self.post_activity.parent.direct_object end |
#title ⇒ Object
15 16 17 |
# File 'app/models/comment.rb', line 15 def title description.truncate(30, :separator =>' ') end |