I have a bunch of functions that are not meant to be exposed (via URL)
but rather to be helping out with things (and to be called by
functions defined in controllers).  Where do I put these?  And how do
I import them into controllers?

I tried to place them in private or modules, but it doesn't seem to
work (I can't import them in controllers).


Thanks.

Reply via email to