Simple Newbie Question

I created a custom .rb file with some classes for my rails
application. Where should I put this file? I am assuming I should not
put it in the helpers directory.

Thanks,

Mike

I asked roughly that same question the other day on this thread.

Er… here:
http://www.ruby-forum.com/topic/115791

Hi Mike,
I’d recommend you to put those files in lib.

This is what I found when I search google for ‘rails directory
structure’:

Regards
Florian