undefined method `groups' for Rails:Module

后端 未结 4 952
慢半拍i
慢半拍i 2020-12-11 04:16

As usual I\'ve been an idiot and broken rails on my mac somehow. I think it all started when it said the version of rake wasn\'t recent enough so I delved down a huge road o

4条回答
  •  执念已碎
    2020-12-11 05:04

    i think you have already found an answer to your questions? however by adding the source code listed below at the top of config/application.rb might help you.

    require 'rails/all'
    

提交回复
热议问题