Class: Rightnow::Models::Comment

Inherits:
Object
  • Object
show all
Defined in:
lib/rightnow/models/comment.rb

Instance Method Summary collapse

Instance Method Details

#created_atObject



23
24
25
# File 'lib/rightnow/models/comment.rb', line 23

def created_at
  Time.at(created)
end

#last_edited_atObject



27
28
29
# File 'lib/rightnow/models/comment.rb', line 27

def last_edited_at
  Time.at(last_edited)
end