Fix bad merge

This commit is contained in:
Jeremy Kemper
2008-07-14 11:50:07 -07:00
parent cdf0f1aa2e
commit 4e323f6ef0

View File

@@ -12,8 +12,8 @@ module ActionView
end
end
def render(template)
@view.send(:execute, template)
def render(template, local_assigns = {})
@view.send(:execute, template, local_assigns)
end
# Compile and evaluate the template's code