datetime to_s(:option) not working

311 views
Skip to first unread message

wejr...@gmail.com

unread,
May 15, 2009, 1:24:36 AM5/15/09
to Ruby on Rails: Talk
I added a migration to add a datetime object column to my database. It
all works great, and I can edit it and everything using the
select_date helper for forms.

BUT when I try to format the date using gallery.gallery_date.to_s
(:short) I get an error:

"wrong number of arguments (1 for 0)"

How do I do this?

Vladimir Rybas

unread,
May 15, 2009, 4:11:25 AM5/15/09
to Ruby on Rails: Talk
Shouldn't it be
gallery_date.to_formatted_s(:short)
?

On May 15, 12:24 pm, "wejrow...@gmail.com" <wejrow...@gmail.com>
wrote:
Reply all
Reply to author
Forward
0 new messages