Skip to content

Commit

Permalink
Sets Morph to be used as the default strategy for turbo-frames
Browse files Browse the repository at this point in the history
  • Loading branch information
mereghost committed Oct 23, 2024
1 parent e9fa8dc commit f0e83d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ See COPYRIGHT and LICENSE files for more details.
<meta name="current_menu_item" content="<%= current_menu_item %>"/>
<%# Disable prefetching while we have data-turbo=false on body %>
<meta name="turbo-prefetch" content="false">
<meta name="turbo-refresh-method" content="morph">
</head>
<body
class="<%= body_css_classes %> __overflowing_element_container __overflowing_body"
Expand Down

0 comments on commit f0e83d6

Please sign in to comment.