We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b49e28 commit bfd4a58Copy full SHA for bfd4a58
config/routes.rb
@@ -15,6 +15,6 @@
15
resources :account_activations, only: [:edit]
16
resources :password_resets, only: [:new, :create, :edit, :update]
17
resources :microposts, only: [:create, :destroy]
18
- get '/microposts', to: 'static_pages#home'
19
resources :relationships, only: [:create, :destroy]
+ get '/microposts', to: 'static_pages#home'
20
end
0 commit comments