Module: Presenters::Timeable

Instance Method Summary collapse

Instance Method Details

#created_atObject



6
7
8
# File 'app/concerns/presenters/timeable.rb', line 6

def created_at
  h.render_datetime(r.created_at)
end

#updated_atObject



10
11
12
# File 'app/concerns/presenters/timeable.rb', line 10

def updated_at
  h.render_datetime(r.updated_at)
end