Undefined method `remember_token=' 'find_by_remember_token' - Chapter 8 Ruby on Rails Tutorial
问题 I am trying to complete the Ruby on Rails Tutorial by Michael Hartl and I am stuck on Chapter 8. I am getting the same two errors when I run my tests: NoMethodError: undefined method remember_token=' ActionView::Template::Error: undefined method find_by_remember_token' I am very new to coding and programming so I'm not sure exactly what to post so people can help with my question. I feel like I've defined both :remember_token and find_by_remember_token. I've included each of the instances