helper_method是什么?

2019-08-07  本文已影响0人  Zee_jin

helper里的方法可以在view里使用,但不可以在controller里使用,

在controllers里用helper_method定义属性,既可以在controllers里使用,也可以在views里使用,

但不推荐,因为会很乱。

参考资料:http://blog.xdite.net/posts/2014/06/16/helper-method-and-view-context

上一篇 下一篇

猜你喜欢

热点阅读