# File lib/apotomo/request_processor.rb, line 22 def attach_stateless_blocks_for(blocks, root, controller) blocks.each { |blk| controller.instance_exec(root, &blk) } end