Skip to content

Commit bfd4a58

Browse files
committed
Make minor changes
1 parent 5b49e28 commit bfd4a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
resources :account_activations, only: [:edit]
1616
resources :password_resets, only: [:new, :create, :edit, :update]
1717
resources :microposts, only: [:create, :destroy]
18-
get '/microposts', to: 'static_pages#home'
1918
resources :relationships, only: [:create, :destroy]
19+
get '/microposts', to: 'static_pages#home'
2020
end

0 commit comments

Comments
 (0)