Class: Rightnow::Models::Comment
- Inherits:
-
Object
- Object
- Rightnow::Models::Comment
- Defined in:
- lib/rightnow/models/comment.rb
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ Object
23 24 25 |
# File 'lib/rightnow/models/comment.rb', line 23 def created_at Time.at(created) end |
#last_edited_at ⇒ Object
27 28 29 |
# File 'lib/rightnow/models/comment.rb', line 27 def last_edited_at Time.at(last_edited) end |