Displaying 2 results from an estimated 2 matches for "l_date".
Did you mean:
_date
2008 Jul 11
0
GLoc's l_date don't work.
Hi, are there anyone have used l_date to format a date object.
I have used it as:
<%= l_date porject.created_at %>
And defineded the "general_fmt_date" in "lang\en.yml" as:
general_fmt_date: %%m/%%d/%%Y
When run it, the output is: %m/%d/%Y
Maybe I had made some mistakes, who can hely me?
--
Posted via htt...
2006 Jul 05
2
Serialized object behaves weird
Hi!
I got a class named EinsatzFilter which I serialized to session. Before
saving to session it works afterwards I keep getting the message:
"undefined method `to_s'' for #<Person:0x38c6ab8>". "Person" is a from
ActiveRecord::Base inherited class.
Code:
class EinsatzFilter
include ApplicationHelper
attr_reader :personen, :monat, :projekte, :kunde