matestack-ui-core icon indicating copy to clipboard operation
matestack-ui-core copied to clipboard

`matestack_app: false` seems to have no effect

Open jonasjabari opened this issue 4 years ago • 0 comments

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

jonasjabari avatar Apr 28 '21 09:04 jonasjabari