Trying to clean up a rather large show action and when using an arb view, the page renders, but without any of the layout elements or sidebars - just the contents of the partial are rendered.
show do
render "show" #_show.html.arb
end
Using a haml or erb view produces the expected output.
Trying to clean up a rather large show action and when using an arb view, the page renders, but without any of the layout elements or sidebars - just the contents of the partial are rendered.
Using a haml or erb view produces the expected output.