On 18 November 2011 01:34, habumaster <[email protected]> wrote: > With debugger I can see the current_user here right before we send if off > with a respond_to_do to the index view > > Any idea what could cause it to be blank when the partial in the view > attempts to reference it? Again this worked fine with > database_authenticate??
Is the current_user method set in the controller to be a helper_method? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

