Task 20 :: Error of Rails

 Error 01:

undefined method `each' for nil:NilClass
 
 Solution: In Controller
def index
@articles = Article.all
end
 
 

Comments

Popular posts from this blog

Rails 7 Features :: Comparison with Rails 6 and Rails 5