Sha256: 67b0e058ac9865948f4962cc6b53fb7e6c431ec5f601623af8127b1bea480ab5
Contents?: true
Size: 270 Bytes
Versions: 22
Compression:
Stored size: 270 Bytes
Contents
require 'ramaze/gestalt' module Ramaze module View module Gestalt def self.call(action, string) string = action.instance.instance_eval(string) if action.view html = [string].join return html, 'text/html' end end end end
Version data entries
22 entries across 22 versions & 4 rubygems