about summary refs log tree commit diff
path: root/app/helpers/atom_helper.rb
blob: a42a4994688038792ef9a71d9a5e99dea37b8307 (plain) (blame)
1
2
3
4
5
module AtomHelper
  def stream_updated_at
    @account.stream_entries.last ? @account.stream_entries.last.created_at.iso8601 : @account.updated_at.iso8601
  end
end