views:

21

answers:

0

Hi all,

is there any way to configure a rails application so that all Date/Time outputs are automatically localized?

That means: <%= model.created_at %> equals to <%=l model.created_at %>