I'm using Rails 3.0 and Devise 1.1.7. In order to develop some API behavior, I enabled the TokenAuthentication functionality.
The thing is, when I try to access with an auth_token parameter, the current_user is not being set properly. Should it? Or am I missing something?
Thank you in advanced.