sorry but I'm kinda new with rails, i don't know how to get a log of the
hash itself.
how do I do that?
On Thu, Sep 23, 2010 at 4:49 PM, Ar Chron wrote:
> TEREN wrote:
> >
> > this is my function:
> > def save_id(arguments, tables)
> > arguments_id = arguments
> > arguments.each_pair d
TEREN wrote:
>
> this is my function:
> def save_id(arguments, tables)
> arguments_id = arguments
> arguments.each_pair do |key, value|
> pair = { :english => value}
> tables["content"].new.save(pair)
> content_id = tables["content"].find(:first, :order => "id
> DESC").
2 matches
Mail list logo