class ActionController::MimeResponds::Collector::VariantCollector
def method_missing(name, *args, &block)
def method_missing(name, *args, &block) @variants[name] = block if block_given? end
def method_missing(name, *args, &block) @variants[name] = block if block_given? end