Skip to content

Commit

Permalink
Fixed unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljames-dj committed Aug 25, 2024
1 parent c30297f commit 6dac4bd
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 @@ -238,7 +238,7 @@
scope 'contact' do
get 'edit_profile' => 'contacts#edit_profile'
post 'edit_profile' => 'contacts#edit_profile_action', as: :contact_edit_profile_action
get 'dob' => 'contacts#dob'
get 'dob' => 'contacts#dob', as: :contact_dob
post 'dob' => 'contacts#dob_create'
end

Expand Down

0 comments on commit 6dac4bd

Please sign in to comment.