UserProfile won't load when not loggedIn
Closed this issue · 1 comments
lisza commented
Server log: NoMethodError - undefined method following? for nil:NilClass: app/views/api/users/_user.json.jbuilder:3
I guess if there is no current_user, it can't call following? on it...
lisza commented
I think it's fixed (with a conditional if current_user
in views/api/users/_user.json.jbuilder )