Method: ForumHelper#extra_profile
- Defined in:
- app/helpers/forum_helper.rb
#extra_profile(post) ⇒ Object
26 27 28 29 30 31 32 |
# File 'app/helpers/forum_helper.rb', line 26 def extra_profile(post) b = Block.cache_get(_sid, "Forum: extra profile") return nil unless b render :inline=>b.body, :locals=>{:post=>post} end |