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