find(:all, :conditions => ['tarefa_id = ? and loja_id in (?) ',
“#{params[:id]}”,"#{params[:lojas]}"])
find(:all, :conditions => ['tarefa_id = ? and loja_id in (?) ',
“#{params[:id]}”,"#{params[:lojas]}"])
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs