i use rails 3.2.6, ruby 1.9.3 with mongoid gemstone 3.0.
I want to display the created_at field of a database record, but get the following error:
undefined method `getlocal' for "Wed, 25 Apr 2012 15:04:37 -0400":String
here is the rails code:
<dt>Erstellt am:</dt><dd><%= @app.created_at %></dd>
any advice what is the problem? is there a fix should work in my opinion?
early!
source share