authors_helper.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. module AuthorsHelper
  2.   def display_profile_item(item, show_item, item_desc)
  3.     content_tag :li do
  4.       "#{item_desc} #{item}"
  5.     end if show_item
  6.   end
  7. end