View adapter for Slippers, see the website of Slippers for more information: starapor.github.com/slippers/
# File lib/ramaze/view/slippers.rb, line 11 def self.call(action, string) slippers = View.compile(string) do |s| ::Slippers::Engine.new(s, :template_group => template_group(action)) end object_to_render = ::Slippers::BindingWrapper.new(action.instance.binding) html = slippers.render(object_to_render) return html, 'text/html' end
Generated with the Darkfish Rdoc Generator 2.