Methods

Class Index [+]

Quicksearch

Ramaze::View::Gestalt

View adapter that allows you to use Ramaze::Gestalt in your views. See the documentation of Ramaze::Gestalt for more information.

@see Ramaze::Gestalt

Public Class Methods

call(action, string) click to toggle source
    # File lib/ramaze/view/gestalt.rb, line 12
12:       def self.call(action, string)
13:         string = action.instance.instance_eval(string) if action.view
14:         html = [string].join
15: 
16:         return html, 'text/html'
17:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.