在单独的lib中使用restful path helper方法

时间:2011-07-15 11:48:38

标签: ruby-on-rails ruby routes helper

在我在我的应用程序中使用的某个模块中,我想使用alarm_path(alarm)方法。如何在当前模块中包含此方法?

我已经尝试过包含ActionView :: Helpers :: UrlHelper,但它仍然抱怨此方法不存在。

1 个答案:

答案 0 :(得分:2)

只需添加此项而不是当前的include

include Rails.application.routes.url_helpers