I am using refms cms and want to override (add method) to my class. I tried to make the page.class_eval file in a file in the initializer directory, but it seems to work only when loading the first page. after that, the method that I added disappears. any ideas how to do this?
source
share