モデルの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'