Rails keeps caching my class files in /components

I have a few class files in /components (I assume this is the right
place to put them?!?), but my problem is any change I make to them
doesn’t show up unless I restart Apache. Is there any way to force it to
always reload the class?

Thanks in advance…

Ok solved the problem. I just needed the line:

 include Reloadable

in my clsss