M
Manish Sharma
Hi,
Im using ActiveRecord to find something.
<% @new = User.find_by_sql("SELECT * FROM users WHERE users.id NOT IN
(array)") %>
Now, i can't seem to make it look through the array. I had a look for
this problem in other languages and in php its simply $array.
Im using ActiveRecord to find something.
<% @new = User.find_by_sql("SELECT * FROM users WHERE users.id NOT IN
(array)") %>
Now, i can't seem to make it look through the array. I had a look for
this problem in other languages and in php its simply $array.