Displaying 1 result from an estimated 1 matches for "customers_tag".
Did you mean:
  customers_tags
  
2006 Mar 31
7
problem with habtm conditions in pagination
...or 127.0.0.1 at 2006-04-01  
00:40:10) [GET]
   Session ID: ee0f5f8afb0b2740be5f9463b8962e0b
   Parameters: {"action"=>"list", "controller"=>"customers"}
   Customer Count (0.000700)   SELECT COUNT(DISTINCT customers.id)  
FROM customers LEFT OUTER JOIN customers_tags ON  
customers_tags.customer_id = customers.id LEFT OUTER JOIN tags ON  
tags.id = customers_tags.tag_id WHERE (tag_id = 3)
   Customer Columns (0.000248)   SHOW FIELDS FROM customers
   Tag Columns (0.000186)   SHOW FIELDS FROM tags
   Customer Load IDs For Limited Eager Loading (0.000000)    
My...