# File lib/cell/view_model.rb, line 102
      def render(options={}, &block)
        options = normalize_options(options)
        render_to_string(options, &block)
      end