I'm using refinery cms and want to override (add a method) to their page class. I've tried doing a Page.class_eval in a file in the initializers directory but it only seems to work on the first page load. after that the method i added disappears. any ideas how to do this?

link|improve this question

68% accept rate
Did you manage to solve this? I looked at that page but couldn't apply it to what I want to do; but it sounds as though I want to do the same as you – Chris Edwards Sep 5 '11 at 10:21
@ChrisEdwards Did you solve the issue? I have the same issue. Thanks – ysrb Jan 8 at 5:23
I did but I'd go with what @parndt suggested – Chris Edwards Jan 16 at 11:08
feedback

1 Answer

up vote 2 down vote accepted

Perhaps this would help you?

Augmenting a model from an external gem

parndt

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.