[eluser]dgibsonky[/eluser]
Please forgive another foolish question, but this one is nagging me. I am authenticating my application with FreakAuth, and have included the proper code in my controllers to keep unauthenticated users out of my views.
However, I have to wonder if I need authentication in my models, as well? The models are where the real damage can be done (db writes and deletes), but I can't find any way to access them except through a controller. Am I covered by just including the FreakAuth calls in my controllers?
Thanks in advance for humoring another noob.