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 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
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