Object
# File lib/markaby/rails.rb, line 15 def initialize(action_view) @action_view = action_view end
# File lib/markaby/rails.rb, line 18 def render(template, local_assigns = {}) Template.new(template).render(@action_view.assigns.merge(local_assigns), @action_view) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.