# File lib/cell/view_model.rb, line 64 def cell(name, model=nil, options={}) context = Context[options[:context], self.context] self.class.cell(name, model, options.merge(context: context)) end