0
votes
2answers
119 views

NoMethodError in Static_pages#home

I'm getting a no method error in my Static_pages#home: undefined method `exists?' for Registry The little code I'm using it in is: <% if user_signed_in? && ...
0
votes
2answers
254 views

Why am I getting a No Method Error in my rails app?

I know that I'm a newbie at this and that I am not worthy, but could someone please explain to me why I am getting a No Method Error? Here's what I did. I generated a new migration for my database ...