On Oct 2, 6:54 pm, rails_learner <[email protected]> wrote:
>         def sign_out
>                 cookies.delete (:remember_token)
>                 self.current_user = nil
>         end
>
> private
>
>         def user_from_remember_token
>         User.authenticate_with_salt (*remember_token)
>         end

You shouldn't use spaces between a method name and its (

Fred

-- 
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.

Reply via email to