0

私のコードはこれです

users = UserLocation.find(:all, :conditions => "hide_my_location = 0 and datediff(now(), updated_at) < 2 and id != 196")
near_users = users.find(:all, :conditions => "substr(geohash, 1, 11) = 'abcdef'")
count = near_users.count

ruby 1.8.7でsエラーを返す

引数の数が間違っています (1 に対して 2) Rails 2.3.6 **activerecord (2.3.6)

4

0 に答える 0