Skip to content

Commit

Permalink
Fix up to add atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Sep 11, 2024
1 parent 7330195 commit 080f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/travel_advice_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def index
def show
@content_item.set_current_part(params[:slug])

respond_to |format|
respond_to do |format|
format.html
format.atom
end
Expand Down

0 comments on commit 080f43e

Please sign in to comment.