Adding Turbolinks, adding status posting form on homepage
This commit is contained in:
parent
c28971c70c
commit
f14f462eaf
14 changed files with 104 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue