Skip to content

Commit

Permalink
rm no longer needed claims_backlink_path
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Oct 4, 2024
1 parent 3abfcef commit cbc834c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/controllers/admin/claims_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ def index
@pagy, @claims = pagy(@filter_form.claims)

respond_to do |format|
format.html {
claims_backlink_path!(admin_claims_path(
team_member: params[:team_member],
policy: params[:policy],
status: params[:status]
))
}
format.html
format.csv {
# "Download report request file" button (doesn't use the filters)
report_request_claims = Claim.includes(:decisions).awaiting_decision
Expand Down

0 comments on commit cbc834c

Please sign in to comment.