Skip to content

Commit

Permalink
Add alias_method back for update
Browse files Browse the repository at this point in the history
* Removed in mustache/mustache@a18e49b

Fixes #47
  • Loading branch information
David Czarnecki committed Mar 11, 2015
1 parent 6a0c236 commit 2084c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stache/mustache/faster_context.rb
Expand Up @@ -16,6 +16,7 @@ def partial(name, indentation = nil)
mustache.render(part, self)
end

alias_method :update, :push
end
end
end

0 comments on commit 2084c9f

Please sign in to comment.