诗歌rails之around_filter

Java代码
  1. class AssetController < ActionController
  2. around_filter (:only => :assets) do |controller,action_block|
  3. controller.benchmark("Benchmarking...") { action_block.call }
  4. end
  5. ...
  6. end
posted @ 2009-12-30 11:06  麦飞  阅读(345)  评论(0编辑  收藏  举报