# File lib/thinking_sphinx/active_record/scopes.rb, line 75 def remove_sphinx_scopes sphinx_scopes.each do |scope| singleton_class.send(:undef_method, scope) end sphinx_scopes.clear end