Displaying 2 results from an estimated 2 matches for "year_end".
Did you mean:
var_end
2006 May 02
2
:order question
Hi!
I''ve two models:
Project has_many :works
Work belongs_to :project
Work contains :year_start and :year_end
I''ve setup a class method to retrieve the first and last year of my
Project.works
How could I get projects ordered by ''first'' year?
Thanks,
Ettore
2008 May 23
0
R(c,*g) helper method can''t handle nested hash input params
params= {"search"=>"Search",
"date_begin"=>"2007-05-01",
"date_type"=>"created_on",
"order"=>1,
"report_type"=>"year_end",
"person"=>
{"reply_status_id"=>"1",
"created_on"=>
Tue, 01 May 2007 00:00:00 +0000..Fri, 23 May 2008 00:00:00 +0000},
"date_end"=>"2008-05-23"}
R(Report,params)
=
"/report/?search=Search&date_...