Skip to content

Commit

Permalink
Remove nonexistent action from routes.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Oct 28, 2023
1 parent 0255085 commit 1787bfc
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 @@ -7,7 +7,7 @@

get "sign_in", to: "users/authentications#new", as: :sign_in
scope :my, module: :users do
resource :authentication, only: [:create, :show]
resource :authentication, only: :create
resources :sessions, only: [:new, :destroy]
end

Expand Down

0 comments on commit 1787bfc

Please sign in to comment.