Ask A Question

Notifications

You’re not receiving notifications from this thread.

Rails for Beginners Part 18: Accessing the Current User Discussion

Hi chris, thanks for the tutorial so far.
I got this error when implementing this module:

ActionView::Template::Error (undefined method `user' for #):


    <% if Current.user %>

  • <%= Current.user.email %>
Reply

Problem solved by stopping the program and ran rails db:migrate

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 84,387+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.