# File lib/cell.rb, line 148 def initialize(controller, cell_name=nil, options={}) @controller = controller @cell_name = cell_name ### TODO: currently we don't use this. @opts = options self.allow_forgery_protection = true end