Fixed!

Added this to my base_controller in my rails app folder:

  def cache_action?
    !logged_in? && controller_name.eql?('base') && params
[:format].blank? && [:gender, :age_group_id, :style, :occasion].reject
{|prm| params[prm].blank?}.length==0
  end


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to