Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-konoval authored and Oleksandr Konoval committed Sep 21, 2020
1 parent e63de66 commit 0f1ebf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Rails.application.routes.draw do

resources :fruits do
member do
put 'ripen' to: 'fruits#ripen'
put 'ripen', to: 'fruits#ripen'
end
collection do
get 'citrus' to: 'fruits#citrus_index'
get 'citrus', to: 'fruits#citrus_index'
end
end

Expand Down

0 comments on commit 0f1ebf2

Please sign in to comment.