current_user

What do I need to do to be able to use an acts_as_authenticated current_user in a model?

You really shouldn't. And, unless you make some horrible hacks, you can't.

The easiest thing to do is just pass the user object as a parameter to whatever model method you're using.

Cheers Starr