Skip to content

Commit

Permalink
Fixing option name
Browse files Browse the repository at this point in the history
  • Loading branch information
whit0694 committed Dec 30, 2015
1 parent 193e790 commit 13ccfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rust_playground_highlight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def add_code_tag(code)
def render(context)
#calls render on Liquid::Block, which returns the content of the block
self.raw = self.method(:render).super_method.super_method.call(context).to_s.strip
self.gist_id = options_hash[:playground_id]
self.gist_id = options_hash[:gist_id]
super
end

Expand Down

0 comments on commit 13ccfea

Please sign in to comment.