method
    
    limited_update_conditions
 
  limited_update_conditions(where_sql, quoted_table_name, quoted_primary_key)
  public
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb, line 288 def limited_update_conditions(where_sql, quoted_table_name, quoted_primary_key) "WHERE #{quoted_primary_key} IN (SELECT #{quoted_primary_key} FROM #{quoted_table_name} #{where_sql})" end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
    
     
    
    
     
   
  