search for: interested_game_users

Displaying 1 result from an estimated 1 matches for "interested_game_users".

2010 Dec 01
0
Thinking sphinx + rails 3 issue in results set
...tes, :dependent => :destroy do def game(user, gme,dt) find(:all, :conditions => {:user_id => user.id, :game_id => gme.id, :date => dt}) end end has_and_belongs_to_many :interested_game, :class_name => ''Game'', :join_table => ''interested_game_users'', :order => ''name'' define_index do indexes login indexes email indexes admin indexes staff indexes game_attributes(:name), :as => :ga_name indexes game_attributes.value, :as => :ga_value...