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