module ActionController::Rendering
def _normalize_args(action = nil, options = {}, &blk)
def _normalize_args(action = nil, options = {}, &blk) options = super options[:update] = blk if block_given? options end
def _normalize_args(action = nil, options = {}, &blk) options = super options[:update] = blk if block_given? options end