1

我想在我的一个模型中使用收获的宝石。它已安装(没有问题),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'
4

1 回答 1

3

您需要重新启动服务器:)

于 2011-07-31T16:06:31.790 回答