class UzuUzu::Layout
Public Instance Methods
render(options={}, locals={})
click to toggle source
# File lib/uzuuzu-cms/model/layout.rb, line 28 def render(options={}, locals={}) UzuUzu::Controller.current.render_engine(self.body, self.format, options, locals) end