我想在我的一个模特中使用harvested gem。它已安装(没有问题),bundle check
表示没问题。它的工作原理来自rails console
,但不知何故不是来自模型。任何提示?
def get_clients
harvest = Harvest.hardy_client('foo', 'bar', 'baz')
end
NameError (uninitialized constant HarvestForm::Harvest):
app/models/harvest_form.rb:23:in `get_clients'
app/controllers/api/v1/harvest_controller.rb:11:in `create'
答案 0 :(得分:3)
您需要重启服务器:)