Skip to content

Commit

Permalink
Remove the start_over partial
Browse files Browse the repository at this point in the history
Just render the component directly. See #3327 for deprecation in 8.x branch
  • Loading branch information
jcoyne committed Sep 23, 2024
1 parent 9324040 commit 66f7c2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def render?
end

def start_over
render 'start_over', silence_deprecation: true
render start_over_component.new
end

def start_over_component
Expand Down
2 changes: 0 additions & 2 deletions app/views/catalog/_start_over.html.erb

This file was deleted.

0 comments on commit 66f7c2d

Please sign in to comment.