matestack-ui-core
matestack-ui-core copied to clipboard
`matestack_app: false` seems to have no effect
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