Skip to content

Commit

Permalink
Merge pull request owen2345#648 from gordienko/patch-1
Browse files Browse the repository at this point in the history
Update application_decorator.rb
  • Loading branch information
owen2345 committed Jun 5, 2017
2 parents c7c460c + 9ff78d6 commit 9e8a7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/decorators/camaleon_cms/application_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def the_created_at(format = :long)

# return updated at date formatted
def the_updated_at(format = :long)
h.l(object.created_at, format: format.to_sym)
h.l(object.updated_at, format: format.to_sym)
end

# draw breadcrumb for this model
Expand Down

0 comments on commit 9e8a7bb

Please sign in to comment.