Topic: File storage and
I have a large number of files, each of which is a ruby program that generates a question. Is it OK to create a folder in "lib" for them? I would like to be able to call them from the "question" model by filename (stored as an attribute of question class). I am wondering if I can then "require" the file as needed?
Thanks for the help.
Last edited by dcastellano1 (2012-08-24 13:05:59)