I keep getting this error "/home/ubuntu/workspace/au5/app/models/user.rb:1:in `': uninitialized constant ApplicationRecord (NameError)"
I'm new to Ruby on Rails and am following a tutorial on learning to create a sign/login page.
user.rb
class User < ApplicationRecord
has_secure_password
end
What am i doing wrong?
Code:
if you want to have a look the files can be find here