Class: Georgia::ApplicationDecorator

Inherits:
Draper::Decorator
  • Object
show all
Defined in:
app/decorators/georgia/application_decorator.rb

Instance Method Summary collapse

Instance Method Details

#pretty_created_atObject



6
7
8
# File 'app/decorators/georgia/application_decorator.rb', line 6

def pretty_created_at
  prettify_date(created_at)
end

#pretty_updated_atObject



10
11
12
# File 'app/decorators/georgia/application_decorator.rb', line 10

def pretty_updated_at
  prettify_date(updated_at)
end