RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mbrandonw
Site: http://www.opetopic.com
Can Jbuilder templates be used inside of layouts? I tried creating a layout:
json.results do |json| yield end
But unfortunately I just get {"results":{}}.
{"results":{}}
Can Jbuilder templates be used inside of layouts? I tried creating a layout:
But unfortunately I just get
{"results":{}}
.