如何在Rails中编写帮助器

时间:2011-12-13 16:13:47

标签: ruby-on-rails-3 helpers

我需要查看用户收藏列表中的当前帖子

类似(在视图中):

if in_favorites?
  #remove link
else
  #add link

我必须在application_controller.rbcurrent_controller#current_defcurrent_controller#custom_defapplication_helper.rb

中放置帮助者代码

1 个答案:

答案 0 :(得分:1)

由于此代码会处理帖子,因此您应将其放在app/helpers/posts_helper.rb