↧
Answer by Andrew Vit for Getting invalid Nil Object Exception when creating...
Your problem is that you're calling render at the top of your controller action, before any of the steps run!
View ArticleGetting invalid Nil Object Exception when creating RSS feed in Rails
I'm creating an RSS feed for user notifications, each user has a feed unique to them which they get from a unique URL. The problem is that @notifications (set in the controller) is giving said to be a...
View Article