```ruby class SomeController < ApplicationController matestack_app Some::App def some_page render Some::Page matestack_app: false end end ``` Some::Page should be rendered without the Some::App wrapping it, but doesn't