# File lib/merb-parts/part_controller.rb, line 51 def initialize(web_controller, opts = {}) @web_controller = web_controller @params = @web_controller.params @params.merge!(opts) unless opts.empty? super @content_type = @web_controller.content_type end