如何在演示者中包含模块/ mixin?

时间:2014-10-30 23:53:49

标签: ruby-on-rails

我在models/presenters/my_presenter.rb中有一位演示者。

我在lib/presenter_helper.rb中有一个mixin。

我正在尝试将mixin包含在我的演示者中。我如何包含mixin?

这就是我现在所拥有的,但它不起作用:

class MyPresenter
  include PresenterHelper


end

我收到以下错误:

uninitialized constant MyPresenter::PresenterHelper (NameError)

0 个答案:

没有答案