# File lib/merb-parts/part_controller.rb, line 72 def method_missing(sym, *args, &blk) @web_controller.instance_variable_set(:@_merb_partial_locals, @_merb_partial_locals) @web_controller.send(sym, *args, &blk) end