I tried doing the def index(*args); end; trick within the models I’d like cache_money to ignore, but to no avail.
I tried doing the def index(*args); end; trick within the models I’d like cache_money
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
commenting out
index()will only turn off indexes for that object. But the default index by id will still run.I have it working, but am in the process of getting the fix upstream.
http://github.com/kbrock/cache_money if you want to test it out before hand.
example:
best of luck and let me know how it goes.