Displaying 1 result from an estimated 1 matches for "hellppp".
Did you mean:
helppp
2006 Jun 28
1
HELP! adding new object to @objects...
...#39;
so I need to add the @tmp result to @tesis collection if not empty..
If I use an array for @tesis I can push @tmp but then I got errors
in .rthml
If I use @tesis = Tesi.new I can''t push (I don''t know how to..)
but if I try to iterate @tmp in .rhtml it works...
PLEASEEEE HELLPPP! :P
my controller:
def dosearch
@search = ""
@tesis = Tesi.new
if (@params["se"]["free"].to_s.length > 0)
@tmp = Tesi.search @params["se"]["free"].to_s
@search << "<b>" << @params["se"][...