mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
update comment in generator.
You'd get an infinite loop with the current one
This commit is contained in:
parent
3b095db3fc
commit
30452c9ad4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class <%= class_name %>Decorator < <%= parent_class_name %>
|
|||
# generated by ActiveRecord:
|
||||
#
|
||||
# def created_at
|
||||
# h.content_tag :span, time.strftime("%a %m/%d/%y"),
|
||||
# h.content_tag :span, attributes["created_at"].strftime("%a %m/%d/%y"),
|
||||
# :class => 'timestamp'
|
||||
# end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue