-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
| render "layouts/application" if request.format.symbol == :html |
Doesn't this line causes Filter chain halted as :handle_html_requests rendered or redirected for you too? I am not seeing the point of it. As far as I know two render calls from the same action doesn't work or am I missing something here?
I thought just this would work too.
def index
render inline: "", layout: 'application'
endMetadata
Metadata
Assignees
Labels
No labels