I am using Devise in my Rails app for authentication. When I attempt to sign up as a user, I get an error saying: Can't mass-assign protected attributes: email, password, password_confirmation. I didn't receive this error until I added a new column to my Users table named 'owner'.I am using Devise in my Rails app for authentic