This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
:a => 2, | |
# NOTE for partials, you need to include the format | |
# otherwise, it'll fail to find byows/_byow.erb even if byows/_byow.html.erb exists | |
:b => render(:partial => 'example.html') | |
}.to_json |
NewerOlder