Adding Turbolinks, adding status posting form on homepage
This commit is contained in:
@ -21,7 +21,8 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resource :settings, only: [:show, :update]
|
||||
resource :settings, only: [:show, :update]
|
||||
resources :statuses, only: [:create]
|
||||
|
||||
namespace :api do
|
||||
# PubSubHubbub
|
||||
|
Reference in New Issue
Block a user