module ActionController::SerializationAssertions

def process(*args)

def process(*args)
  @serializers = Hash.new(0)
  super
end