我在我的Gemfile https://github.com/peter-murach/github#readme中安装了这个gem。我试图在控制器的方法中调用'github = Github.new',但是我收到了这个错误:
uninitialized constant ApplicationsController::Github
如果我需要'github_api',我会得到这个
cannot load such file -- github_api
我如何以及在何处调用gem的方法?