Take index route off until I actually make it
This commit is contained in:
parent
97ca10ddda
commit
934ae80a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Diaspora::Application.routes.draw do
|
|||
resources :likes, :only => [:create, :destroy, :index]
|
||||
end
|
||||
|
||||
resources :comments, :only => [:create, :destroy, :index]
|
||||
resources :comments, :only => [:create, :destroy]
|
||||
resources :posts, :only => [:show, :destroy]
|
||||
|
||||
get 'bookmarklet' => 'status_messages#bookmarklet'
|
||||
|
|
|
|||
Loading…
Reference in a new issue