You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
552 B

<h1>Flash experiments</h1>
<ul>
<li>
<%= link_to 'redirect with notice', flash_redirect_with_notice_path, class: :button %>
</li>
<li>
<%= link_to 'redirect with alert', flash_redirect_with_alert_path, class: :button %>
</li>
<li>
<%= link_to 'redirect with both', flash_redirect_with_both_path, class: :button %>
</li>
<li>
<%= link_to 'from render', flash_from_render_path, class: :button %>
</li>
<li>
<%= link_to 'from turbo', flash_from_turbo_path, class: :button, 'data-turbo-method': :post %>
</li>
</ul>