Skip to content

Commit

Permalink
Remove comma from route
Browse files Browse the repository at this point in the history
This was not a valid route action
  • Loading branch information
jcoyne committed Jan 30, 2025
1 parent a1cbfc7 commit baddd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
post :comment, as: :comment
end
end
resource :feedback_form, path: 'feedback', only: %I[new, create]
resource :feedback_form, path: 'feedback', only: %I[new create]
get 'feedback' => 'feedback_forms#new'
end

0 comments on commit baddd39

Please sign in to comment.